2016年8月16日

JS_tips(updating):执行时间;

摘要: ——执行代码 setTimeout() //指定延迟时间 clearTimeout() // setInterval() //每隔指定的时间 setInterval(代码,交互时间) e.g: <script type="text/javascript"> var attime; function 阅读全文

posted @ 2016-08-16 16:38 Thelma 阅读(173) 评论(0) 推荐(0)

Object:window_方法

摘要: alert() open() close() print() confirm() 阅读全文

posted @ 2016-08-16 12:47 Thelma 阅读(362) 评论(0) 推荐(0)

导航