// 获取子iframe
var _iframe = document.getElementById('id').contentWindow;// 获取iframe里img标签var imgs =_iframe.document.getElementById('Id');