标签:
1、history对象前进
history.forward()
2、history对象后退
history.back()
3、history对象跳入指定页面
history.go(-1); //当前页面为0,前进为1后退为-1,等等。
history对象
原文地址:http://www.cnblogs.com/yqlog/p/5552584.html