1、location.reload(true); ---参数为true相当于F5,false不会更新 2、history.go(0); ---返回历史页面,0代表当前页面 3、location.replease(URL); ---通过指定的URL替换当前缓存在历史里的项目