zoukankan      html  css  js  c++  java
  • 页面返回 上一页 下一页

    <a href="Javascript:history.go(-1)">返回上一页</a> 
    <a href="Javascript:history.back()">返回上一页</a> 
    <a href="Javascript:window.history.go(-1)">返回上一页</a>
    <a href="Javascript:window.history.back()">返回上一页</a>  
    <a href="Javascript:history.go()">刷新</a>
    <a href="Javascript:history.go(0)">刷新</a>
    <a href="Javascript:window.history.go(0)">刷新</a> 
    <a href="Javascript:history.go(1)">前进</a>
    <a href="Javascript:window.history.go(1)">前进</a> 
  • 相关阅读:
    SRM482
    SRM481
    SRM480
    SRM479
    SRM478
    vue-cli 3 is not a modual err
    .vimrc
    css3 导入字体
    class []的用法
    RK61 Keyboard Use
  • 原文地址:https://www.cnblogs.com/siri/p/2831989.html
Copyright © 2011-2022 走看看