怎样获取iframe节点的window对象

需要使用iframeElement.contentWindow; 

var frame = document.getElementById('theFrame');
var frameWindow = frame.contentWindow;

猜你喜欢

转载自www.cnblogs.com/aisowe/p/11719094.html
今日推荐