2018-02-20JavaScript几秒 读完 (大约 33 个字)js刷新页面的几种方法js刷新页面的几种方法: window.history.go(0) window.location = window.location window.location.assign(window.location) window.location.replace(window.location.href) window.location.reload()