contentWindow.document.execCommand("print", false, null); if(result === false) { iFrame.contentWindow.focus(); iFrame.contentWindow.print(); } ...
確定! 回上一頁