// 獲取子iframe
var _iframe = document.getElementById('id').contentWindow;// 獲取iframe裏img標籤var imgs =_iframe.document.getElementById('Id');