博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
JavaScript刷新页面的几种方法
阅读量:4983 次
发布时间:2019-06-12

本文共 256 字,大约阅读时间需要 1 分钟。

1,history.go(0) 2,location.reload() 3,location=location 4,location.assign(location) 5,document.execCommand('Refresh') 6,window.navigate(location) 7,location.replace(location) 8,document.URL=location.href

 

转载于:https://www.cnblogs.com/miaolyou/p/11205934.html

你可能感兴趣的文章