{"id":1707,"date":"2017-03-25T08:21:00","date_gmt":"2017-03-25T00:21:00","guid":{"rendered":"http:\/\/www.qdabc.cn\/?p=1707"},"modified":"2017-03-25T02:22:52","modified_gmt":"2017-03-24T18:22:52","slug":"javascript%e5%ae%9e%e7%8e%b0%e5%a4%9a%e8%a1%8c%e6%96%87%e6%9c%ac%e6%a1%86%e7%bb%9f%e8%ae%a1%e5%89%a9%e4%bd%99%e5%ad%97%e6%95%b0","status":"publish","type":"post","link":"http:\/\/www.qdabc.cn\/?p=1707","title":{"rendered":"JavaScript\u5b9e\u73b0\u591a\u884c\u6587\u672c\u6846\u7edf\u8ba1\u5269\u4f59\u5b57\u6570"},"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;js\u7edf\u8ba1\u6587\u672c\u6846\u5269\u4f59\u5b57\u6570&lt;\/title&gt;\r\n\r\n    &lt;style type=\"text\/css\"&gt;\r\n        #area{\r\n            width: 300px;\r\n            height: 300px;\r\n            resize:none;\r\n        }\r\n\r\n    &lt;\/style&gt;\r\n\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n   &lt;textarea autofocus id=\"area\"  onkeydown=\"sy()\" maxlength=\"10\" placeholder=\"\u53ea\u80fd\u8f93\u5165\u5341\u4e2a\u5b57\"&gt;&lt;\/textarea&gt;\r\n&lt;!--\r\n     resize:none \u591a\u884c\u6587\u672c\u6846\u4e0d\u53ef\u4ee5\u62d6\u52a8\r\n     onkeypress=\"sy()\"\u952e\u76d8\u6309\u4f4f\u6216\u70b9\u51fb\u65f6\u8c03\u7528\u65b9\u6cd5\r\n     maxlength=\"10\"\u5b9a\u4e49\u6700\u5927\u5bbd\u5ea6\r\n     placeholder=\"\u53ea\u80fd\u8f93\u5165\u5341\u4e2a\u5b57\"   \u5b9a\u4e49\u9ed8\u8ba4\u63d0\u793a\r\n     autofocus    \u5b9a\u4e49\u81ea\u52a8\u83b7\u5f97\u7126\u70b9\r\n\r\n      --&gt;\r\n   &lt;span&gt;\u4f60\u8fd8\u53ef\u4ee5\u8f93\u5165:&lt;strong id=\"span\" &gt;10&lt;\/strong&gt;\u4e2a\u5b57&lt;\/span&gt;\r\n   &lt;input type=\"button\" value=\"\u7edf\u8ba1\" onclick=\"fun();\"&gt;\r\n   &lt;div id=\"div\"&gt;&lt;\/div&gt;\r\n\r\n   &lt;script type=\"text\/javascript\"&gt;\r\n         function sy() {\r\n             var num=document.getElementById(\"area\").value.length;\r\n             \/\/console.log(num);\r\n             var sheng=10-num;\r\n             if(sheng==0){\r\n                 \/\/\u53d8\u989c\u8272\u4e3a\u7ea2\u8272\r\n                 console.log(sheng);\r\n                 document.getElementById(\"span\").style.color=\"#ff0000\";\r\n             }else{\r\n                 \/\/\u53d8\u989c\u8272\u4e3a\u9ed1\u8272\r\n                 document.getElementById(\"span\").style.color=\"#000000\";\r\n             }\r\n             document.getElementById(\"span\").innerHTML=sheng;\r\n         }\r\n\r\n         function fun(){\r\n             var txt=document.getElementById(\"area\").value;\r\n             \/\/\u8fd9\u4e48\u5199\u7684\u610f\u601d\u662f\u7533\u8bf7abc\u4e09\u4e2a\u503c\u90fd\u4e3a0\r\n             var a=b=c=0;\r\n             for(var i=0;i&lt;txt.length;i++){\r\n                 var ch=txt.charAt(i);\r\n                 if(ch&gt;=\"a\"&amp;&amp;ch&lt;=\"z\"){\r\n                     a++;\r\n                 }else if(ch&gt;=\"A\"&amp;&amp;ch&lt;=\"Z\"){\r\n                     b++;\r\n                 }else if(ch&gt;=\"0\"&amp;&amp;ch&lt;=\"9\"){\r\n                     c++;\r\n                 }\r\n             }\r\n             \/\/abc\u4e2d\u5206\u522b\u7edf\u8ba1\u4e86\u5c0f\u5199\u5b57\u6bcd\u3001\u5927\u5199\u5b57\u6bcd\u3001\u6570\u5b57\u7684\u4e2a\u6570\r\n             document.getElementById(\"div\").innerHTML=\"\u5927\u5199\u5b57\u6bcd\u6709\"+b+\"\u4e2a\uff0c\u5c0f\u5199\u5b57\u6bcd\u6709\"+a+\"\u4e2a\uff0c\u6570\u5b57\u6709\"+c+\"\u4e2a\";\r\n\r\n         }\r\n   &lt;\/script&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=1707\">JavaScript\u5b9e\u73b0\u591a\u884c\u6587\u672c\u6846\u7edf\u8ba1\u5269\u4f59\u5b57\u6570<\/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":[211,236],"_links":{"self":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/1707"}],"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=1707"}],"version-history":[{"count":1,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/1707\/revisions"}],"predecessor-version":[{"id":1708,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/1707\/revisions\/1708"}],"wp:attachment":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1707"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1707"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1707"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}