博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
网页刷新方法集合
阅读量:6583 次
发布时间:2019-06-24

本文共 595 字,大约阅读时间需要 1 分钟。

原文:

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

代码如下:

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

代码如下:

<input type=button value=刷新 οnclick="location=location">

代码如下:

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

代码如下:

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

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

<input type=button value=刷新 οnclick="document.execCommand(@#Refresh@#)">

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

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

其它相关:

      转自:

转载地址:http://iyxno.baihongyu.com/

你可能感兴趣的文章
在JS中捕获console.log的输出
查看>>
一些常用的WebServices
查看>>
CentOS7使用firewalld打开关闭防火墙与端口
查看>>
maven 添加阿里云maven镜像
查看>>
mac上安装consolas字体
查看>>
对向量、矩阵求导
查看>>
各版本linux下载地址大全
查看>>
CentOS 6.X 关闭不需要的 TTY 方法
查看>>
我的友情链接
查看>>
分区技术学习一
查看>>
Juniper 高级选项
查看>>
编程能力的四种境界
查看>>
编译安装mysql
查看>>
在windows上秒开应用程序
查看>>
【20180611】MySQL OOM
查看>>
Python面向对象编程(一)
查看>>
决心书
查看>>
如何把图片上的文字转换成word?
查看>>
7z命令行
查看>>
C语言编程实现 输入一个非负整数,返回组成它的数字之和(递归方法)
查看>>