关于网页javascript正式函数的问题
答案:1 悬赏:50 手机版
解决时间 2021-04-21 13:02
- 提问者网友:原来太熟悉了会陌生
- 2021-04-20 19:25
我之前问了一个问题,写的javascript网页只能在internet explore下运行,safari,firefox什么都不行,一位仁兄说是非标准函数,但是我不知道哪些是标准函数,那些是非标准函数,哪位朋友可以帮我列一下
最佳答案
- 五星知识达人网友:妄饮晩冬酒
- 2021-04-20 19:37
用于刷新网页的javascript函数
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')
-------------
location.reload(flag)
flag =true 不从缓存读取
=false 从缓存读取
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')
-------------
location.reload(flag)
flag =true 不从缓存读取
=false 从缓存读取
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯