运行 ❯
获取您
自己的
网站
×
更改方向
保存代码
更改主题,暗/亮
前往空间
<!DOCTYPE html> <html> <head> <script> function printPage() { window.print(); } </script> </head> <body> <input type="button" value="Print this page" onclick="printPage()" /> </body> </html>