iframe中的url链接,abc.html,这abc使用JS实现修改def,比如我在js修改def,那html跟着显示的也是def页面?
<div> <iframe src="http://baidu.com/abc.html" frameborder="0" width="100%" height="500px"></iframe> </div>
document.getElementById("iframe_id").src = "def.html";