透過IFrame.contentWindow存取其中的網頁 //cross-domain時會失敗,故加上try var win, doc; try { win = this.contentWindow; doc = win.document; } ...
確定! 回上一頁