标签:mes .com www. window http win eid 获取 iframe
第一种方法:
<iframe name="iframeName" src="http://www.test.com"></iframe> // name="iframeName"
取值 window.frames[iframeName]
第二种方法:
<iframe id="iframeId" src="http://www.test.com"></iframe>
取值 $("#iframeId")[0].contentWindow
标签:mes .com www. window http win eid 获取 iframe
原文地址:https://www.cnblogs.com/ey-151210/p/10624680.html