opener.window.history.go(0)
opener.window.location.reload()
opener.window.location.href=location.href
opener.window.location.assign(location.href)
opener.document.execCommand('Refresh')
opener.window.navigate(location.href)
opener.window.navigate("#pos");
opener.window.location.replace(location.href)
opener.window.open('自身的文件','_self')location.reload(flag)
flag =true 不从缓存读取
=false 从缓存读取