You can do it without jQuery also: var iframe = document.getElementById('iframeID'); iframe = iframe.contentWindow || ( iframe.contentDocument.document ...
確定! 回上一頁