document.location=document.location是什么意思
Response.Write("<script>document.location=document.location;</script>");
是什么意思
------解决方案--------------------页面刷新,相当于
window.location.reload();
------解决方案--------------------本页面跳转本页面
等于页面刷新
------解决方案--------------------window.location.reload();
一个意思
刷新当前页面