标签: javascript
我知道history.go(-1)和history.back()会这样做,但如果我在运行之前重新加载页面,它就不会去任何地方。如何进入实际上一页?
history.go(-1)
history.back()
谢谢!