if (iframe.contentDocument) {. doc = iframe.contentDocument;. } else {. doc = iframe.contentWindow.document;. } doc.body.innerHTML = text;.
確定! 回上一頁