獲取頁面iframe裏的元素

// 獲取子iframe
var _iframe = document.getElementById('id').contentWindow;// 獲取iframe裏img標籤var imgs =_iframe.document.getElementById('Id');
相關文章
相關標籤/搜索