function reloadPage() { window.location.reload(); }
<input type="button" value="重新加载页面" onclick="reloadPage()">