我想根据 URL 用 javascript 更改 iframe 的大小,
我的意思是,如果网址是:
mywebpage.com/example.html?width=(value1)&height=(value2)
iframe 是
<iframe width="(value1)" height="(value2)" scrolling="no" frameborder="0" allowtransparency="true" marginwidth="0" marginheight="0" src="http://mips.tv/embedplayer/test121/1/(value1)/(value2)"></iframe>
我在这里有一个例子,但它现在在 iframe 的 src 值中工作