測試頁碼: 複製程式碼 程式碼如下: jquery方式,訪問iframe頁面dom元素 <BR>function getIframeDom(){ <BR>// 取得iframe的test元素<BR>var test){ <BR>// 取得iframe的test元素<BR>var test test = $("#frame_1").contents().find("#test"); <BR>alert(test.html()) <BR>} <BR> 取得iframe 頁面test元素內容