方法:
back(); //加载history对象列表中的前一个URL
forward(); //加载history对象列表中的下一个URL
go(); //加载history对象列表中的某一个URL
注意:history.back()<==>history.go(-1)
history.forward<==>history.go(1)