1、返回上一层,并刷新
self.location=document.referrer;
2、返回上一页
history.go(-1),
history.back()
3.返回下一页
window.history.forward()
4、返回第n页
window.history.go(n)
1、返回上一层,并刷新
self.location=document.referrer;
2、返回上一页
history.go(-1),
history.back()
3.返回下一页
window.history.forward()
4、返回第n页
window.history.go(n)