当前位置: 首页 > Web前端 > HTML

页面刷新总结

时间:2023-04-02 19:23:57 HTML

history.go(0)//刷新当前页面history.go(1)//返回上一页location.reload()location=locationlocation.assign(location)document.execCommand('Refresh')window.navigate(location)location.replace(location)document.URL=location.href刷新页面内联框架window.parent.frames[1].location.reload();window.parent.frames.bottom.location。重新加载();window.parent.frames["底部"].location.reload();window.parent.frames.item(1).location.reload();window.parent.frames.item('底部').location.reload();window.parent.bottom.location.reload();window.parent['bottom'].location.reload();页面自动刷新页面打开或关闭时自动刷新窗口打开时刷新关闭时刷新参考:JS中页面跳转刷新方法总结JS刷新当前页面几种方法总结