var iframe = document.getElementById('test') // 取到 iframe 内的 document 对象,然后用这个对象去查找里面的表单 var iframeDoc = iframe.contentWindow.document