简单教程
提交运行
代码编辑器:
<script> function printpage(){ window.print(); } </script> <input type="button" value="打印此页面" onclick="printpage()" />
运行结果: