<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <button onclick="func()">打開窗口</button> <button onclick="demo()">關(guān)閉窗口</button> <button onclick="test()">打印瀏覽</button> </body> <script> for(var i = 0;i < 20;i++){ window.open(); } // function func(){ // mywindow=window.open('','','width=400px,height=400px'); // mywindow.document.write('我發(fā)現(xiàn)我最近好帥呀?。?#39;); // } // function demo(){ // mywindow.close(); // } function test(){ window.print(); } </script> </html>
點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例
微信掃碼
關(guān)注PHP中文網(wǎng)服務(wù)號(hào)
QQ掃碼
加入技術(shù)交流群
Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號(hào)