简单教程
提交运行
代码编辑器:
<script> function reloadPage(){ location.reload() } </script> <input type="button" value="重新加载页面" onclick="reloadPage()">
运行结果: