入住 CI 中国社区 登录
CodeIgniter 中国开发者社区 返回首页

rosemarry的个人空间 https://codeigniter.org.cn/forums/?39678 [收藏] [复制] [分享] [RSS]

日志

JS之刷新

已有 493 次阅读2015-5-25 14:42 |个人分类:Javascript

<input type="button" value="刷新" onclick="history.go(0)" />
<input type="button" value="刷新" onclick="location.reload()" />
    <input type="button" value="刷新" onclick="location=location" />
    <input type="button" value="刷新" onclick="window.navigator(location)" />
    <input type="button" value="刷新" onclick="location.replace(location)" />
---------------------------------5种刷新方法----------------------------------------------------------


路过

雷人

握手

鲜花

鸡蛋

评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 入住 CI 中国社区