W3School TIY
(请在下面的文本框中编辑您的代码,然后单击此按钮测试结果。)
编辑您的代码:
<html> <head> <script type="text/javascript"> function reloadPage() { window.location.reload(); } </script> </head> <body> <input type="button" value="重新加载页面" onclick="reloadPage()" /> </body> </html>
查看结果: