{"id":1398,"date":"2017-03-17T07:30:40","date_gmt":"2017-03-16T23:30:40","guid":{"rendered":"http:\/\/www.qdabc.cn\/?p=1398"},"modified":"2017-03-17T01:59:43","modified_gmt":"2017-03-16T17:59:43","slug":"%e5%8e%9f%e7%94%9fjavascript%e5%ae%9e%e7%8e%b0%e7%a7%92%e8%a1%a8%e8%ae%a1%e6%97%b6%e5%99%a8%e5%8a%9f%e8%83%bd","status":"publish","type":"post","link":"http:\/\/www.qdabc.cn\/?p=1398","title":{"rendered":"\u539f\u751fJavaScript\u5b9e\u73b0\u79d2\u8868\u8ba1\u65f6\u5668\u529f\u80fd"},"content":{"rendered":"<pre>&lt;!DOCTYPE html&gt;\r\n&lt;html lang=\"en\"&gt;\r\n&lt;head&gt;\r\n  &lt;meta charset=\"UTF-8\"&gt;\r\n  &lt;title&gt;\u8ba1\u65f6\u5668&lt;\/title&gt;\r\n  &lt;script&gt;\r\n    var hour,minute,second;\/\/\u65f6 \u5206 \u79d2\r\n    hour=minute=second=0;\/\/\u521d\u59cb\u5316\r\n    var millisecond=0;\/\/\u6beb\u79d2\r\n    var int;\r\n    function Reset()\/\/\u91cd\u7f6e\r\n    {\r\n      window.clearInterval(int);\r\n      millisecond=hour=minute=second=0;\r\n      document.getElementById('timetext').value='00\u65f600\u520600\u79d2000\u6beb\u79d2';\r\n    }\r\n \r\n    function start()\/\/\u5f00\u59cb\r\n    {\r\n      int=setInterval(timer,50);\r\n    }\r\n \r\n    function timer()\/\/\u8ba1\u65f6\r\n    {\r\n      millisecond=millisecond+50;\r\n      if(millisecond&gt;=1000)\r\n      {\r\n        millisecond=0;\r\n        second=second+1;\r\n      }\r\n      if(second&gt;=60)\r\n      {\r\n        second=0;\r\n        minute=minute+1;\r\n      }\r\n \r\n      if(minute&gt;=60)\r\n      {\r\n        minute=0;\r\n        hour=hour+1;\r\n      }\r\n      document.getElementById('timetext').value=hour+'\u65f6'+minute+'\u5206'+second+'\u79d2'+millisecond+'\u6beb\u79d2';\r\n \r\n    }\r\n \r\n    function stop()\/\/\u6682\u505c\r\n    {\r\n      window.clearInterval(int);\r\n    }\r\n  &lt;\/script&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n&lt;div style=\"text-align: center\"&gt;\r\n  &lt;input type=\"text\" id=\"timetext\" value=\"00\u65f600\u520600\u79d2\" readonly&gt;&lt;br&gt;\r\n  &lt;button type=\"button\" onclick=\"start()\"&gt;\u5f00\u59cb&lt;\/button&gt; &lt;button type=\"button\" onclick=\"stop()\"&gt;\u6682\u505c&lt;\/button&gt; &lt;button type=\"button\" onclick=\"Reset()\"&gt;\u91cd\u7f6e&lt;\/button&gt;\r\n&lt;\/div&gt;\r\n&lt;a href=\"http:\/\/www.qdabc.cn\"&gt;\u524d\u7aefABC&lt;\/a&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p class=\"post-copyright\">\u6b22\u8fce\u5206\u4eab\u672c\u6587\uff0c\u8f6c\u8f7d\u8bf7\u4fdd\u7559\u51fa\u5904\uff1a<a href=\"http:\/\/www.qdabc.cn\">\u524d\u7aefABC<\/a> &raquo; <a href=\"http:\/\/www.qdabc.cn\/?p=1398\">\u539f\u751fJavaScript\u5b9e\u73b0\u79d2\u8868\u8ba1\u65f6\u5668\u529f\u80fd<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>&lt;!DOCTYPE html&gt; &lt;html lang=&#8221;en&#8221;&gt; &lt;head&gt; &lt;meta charset=&#8221;UTF-8&#8243;&gt; &lt;title&gt; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[9,210],"_links":{"self":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/1398"}],"collection":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1398"}],"version-history":[{"count":1,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/1398\/revisions"}],"predecessor-version":[{"id":1399,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/1398\/revisions\/1399"}],"wp:attachment":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1398"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1398"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}