zoukankan      html  css  js  c++  java
  • 网页刷新方法集合

    <input type=button value=刷新 onclick="history.go(0)">

    代码如下:

    <input type=button value=刷新 onclick="location.reload()">

    代码如下:

    <input type=button value=刷新 onclick="location=location">

    代码如下:

    //******光之翼 QQ272912705   www.hi.baidu.com/jcomet*******

    <input type=button value=刷新 onclick="window.navigate(location)">

    代码如下:

    <input type=button value=刷新 onclick="location.replace(location)">

    下面这三种我就不知道该怎么用了,就把代码放在下面吧,哪位要是会的话,可教教大家。

    <input type=button value=刷新 onclick="document.execCommand(@#Refresh@#)">
    <input type=button value=刷新 onclick="window.open(@#自身的文件@#,@#_self@#)">

    <input type=button value=刷新 onClick=document.all.WebBrowser.ExecWB(22,1)>

  • 相关阅读:
    使用VS2015将解决方案同步更新到Github上
    SQL Server循环
    OSPF
    OPSF
    OSPF
    pandas更换index,column名称
    pandas的时间戳
    pandas选择单元格,选择行列
    BGP
    BGP
  • 原文地址:https://www.cnblogs.com/jcomet/p/1243294.html
Copyright © 2011-2022 走看看