首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

document.location=document.location是什么意思解决方法

2013-07-08 
document.locationdocument.location是什么意思 Response.Write(scriptdocument.locationdocument.lo

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

window.location.reload();

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

热点排行