原生js操做iframe標籤引入的頁面的DOM元素方法

<iframe id="ifr" src="test.html"></iframe> // 父級頁面的iframe let iframe = document.getElementById("ifr"); let testchild = iframe.contentWindow.document.getElementById("test"); // 重點:contentWin
相關文章
相關標籤/搜索