window.location.reload
强制刷新页面,从服务器重新请求!
window.location.reload():
点击“退出”,刷新页面
<span style="cursor:pointer;" onclick="$.post('/Home/Logout', {},function(){window.location.reload();})"title="退出">退出</span>
强制刷新页面,从服务器重新请求!
window.location.reload():
点击“退出”,刷新页面
<span style="cursor:pointer;" onclick="$.post('/Home/Logout', {},function(){window.location.reload();})"title="退出">退出</span>