js
你说的在乎
你是我嘴角上扬的力量
展开
-
js刷新
下面介绍全页面刷新方法:有时候可能会用到 window.location.reload()刷新当前页面. parent.location.reload()刷新父亲对象(用于框架) opener.location.reload()刷新父窗口对象(用于单开窗口) top.location.reload()刷新最顶端对象(用于多开窗口)点击刷新: onclick="javascript:window.to原创 2017-06-12 17:14:42 · 1624 阅读 · 0 评论 -
jq实现数字随时间增加
<html> <head> <meta charset="utf-8"> <meta name="description" content="this" /> <meta name="keywords" content="this" /> <title>this</title> <script type="text/javascript" src="jquer原创 2017-06-12 17:41:25 · 1842 阅读 · 0 评论