我在wordpress网站上有iframe标签嵌入的Instagram视频。我尝试更改嵌套在iframe中的此视频的一个属性。看起来像这样:
<iframe src="instagram.com/sth/sth">
<#document>
<html>
<head>
<body>
<div1 class = "Embed">
<div2 class = "Embed-video">
.......
</iframe>
如果我想更改div2的类名,我该如何解决跨域问题?到目前为止,我已经尝试重置子域,我在网上找到的jquery插件等域,没有任何作用。
非常感谢您提前