Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要求。即有一个包含用户名和密码的登录表单,一旦我们输入错误的密码,它就会导航到另一个页面(错误消息页面),我单击浏览器返回按钮返回上一页(登录页面)。现在我的页面是刷新,但我需要重新加载页面。你能帮我如何重新加载页面吗?谢谢。
$('#hello').click(function() { location.reload(); });