摘要: s 监听后退事件及跳转页面 //直接跳转 window.location.href="b.html"; //返回上一级页面 window.history.back(-1); //返回下一级页面 window.history.go(-1); jq监听后退事件 <script type="text/ja 阅读全文
posted @ 2019-08-16 17:15 轻舟经年 阅读(5994) 评论(0) 推荐(0)