獲取iframe的window物件 var iwindow = iframe.contentWindow; 3、iframe.contentDocument. 獲取iframe的document物件 var idoc = iwindow.document;
確定! 回上一頁