function printDiv(){ var newWin=window.open('','列印視窗'); ... 在新視窗 onload 時執行視窗列印 window.print(); 列印後關閉該新視窗.
確定! 回上一頁