打印页面打印页面<html><head><script type="text/javascript">function printpage() { window.print() }</script></head><body> <input type="button" value="打印本页" onclick="printpage()" /> </body></html>