码迷,mamicode.com
首页 > Web开发 > 详细

js跳转

时间:2018-03-26 23:37:34      阅读:312      评论:0      收藏:0      [点我收藏+]

标签:www.   https   text   pos   链接   logs   lin   htm   rip   

链接:https://www.cnblogs.com/lina6251125/p/6392299.html

知识点:

location.href跳转

location.replace跳转

location.reload刷新

 

特定页面下:

history.go(-1);后退

history.go(1);前进

 

例:

1页面 2页面 3页面

1页面使用location.href跳转至2页面,2页面使用location.replace跳转至3页面

这时:使用javascript:history.go(-1);后退将直接回到1页面

js跳转

标签:www.   https   text   pos   链接   logs   lin   htm   rip   

原文地址:https://www.cnblogs.com/newrohlzy/p/8654641.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!