1、history对象前进
history.forward()
2、history对象后退
history.back()
3、history对象跳入指定页面
history.go(-1); //当前页面为0,前进为1后退为-1,等等。
2024-04-08 17:13:40
1、history对象前进
history.forward()
2、history对象后退
history.back()
3、history对象跳入指定页面
history.go(-1); //当前页面为0,前进为1后退为-1,等等。