随笔分类 -  计时器

摘要:<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title></title> <style> #mytime { text-align: ce 阅读全文
posted @ 2017-12-12 09:19 流萤K 阅读(617) 评论(0) 推荐(0)
摘要:<div id='numDiv'>10</div><script type="text/javascript">var num=10;var interval=setInterval(function(){if(num==0){clearInterval(interval);}numDiv.inne 阅读全文
posted @ 2017-12-11 16:02 流萤K 阅读(238) 评论(0) 推荐(0)