用JavaScript 实现前进后退的跳转页面 用a href 标签实现超链接 1>location的href属性实现跳转 2>history的go方法实现前进 3>history的back方法实现后退 4>location的reload属性实现刷新 效果如图: 相关文章: