脚本刷新页面的n种方法

it2022-05-09  22

window.history.go(0)   window.location.reload()   window.location.href=location.href   window.location.assign(location.href)   document.execCommand('Refresh')   window.navigate(location.href)   window.navigate("#pos");   window.location.replace(location.href)   window.open('自身的文件','_self')      

转载于:https://www.cnblogs.com/n666/archive/2009/09/11/2191150.html

相关资源:数据结构—成绩单生成器

最新回复(0)