经常使用的js来刷新页面的方式有: a). window.location.reload() b). window.history.go(0) c). document.execCommand('Refresh') 相关文章: 2022-12-23 2022-12-23 2021-12-05