读书人

document.location=document.location

发布时间: 2013-07-08 14:13:00 作者: rapoo

document.location=document.location是什么意思
Response.Write("<script>document.location=document.location;</script>");
是什么意思
[解决办法]
页面刷新,相当于

window.location.reload();

[解决办法]
本页面跳转本页面
等于页面刷新
[解决办法]
window.location.reload();
一个意思
刷新当前页面

读书人网 >asp.net

热点推荐