经常使用的js来刷新页面的方式有:
a). window.location.reload()
b). window.history.go(0)
c). document.execCommand('Refresh')
转载于:https://www.cnblogs.com/yansheng9988/archive/2008/07/08/1238137.html
转载于:https://www.cnblogs.com/yansheng9988/archive/2008/07/08/1238137.html