{"id":2122,"date":"2006-05-09T13:50:03","date_gmt":"2006-05-09T20:50:03","guid":{"rendered":"http:\/\/hi-alex.com\/?p=2122"},"modified":"2006-05-09T13:50:03","modified_gmt":"2006-05-09T20:50:03","slug":"%e4%b8%80%e4%b8%aa%e6%a3%80%e9%aa%8c%e5%af%86%e7%a0%81%e5%bc%ba%e5%ba%a6%e7%9a%84js","status":"publish","type":"post","link":"http:\/\/www.hi-alex.com\/?p=2122","title":{"rendered":"\u4e00\u4e2a\u68c0\u9a8c\u5bc6\u7801\u5f3a\u5ea6\u7684js"},"content":{"rendered":"<p><code>[html]<\/p>\n<style>\ninput{font-size:11px;margin:5px 0px;}\nul{list-style:none;margin:0px;}\nli{width:60px;height:18px;font-size:11px;float:left;background-color:#f2f2f2;text-align:center;padding-top:4px;}\n#d1{border-left:1px solid #fff;border-right:1px solid #fff;}\n<\/style>\n<p><script>\n        function isSecurity(v){\n                if (v.length < 6){iss.reset();return;}\n                var lv = -1;\n                if (v.match(\/[a-z]\/ig)){lv++;}\n                if (v.match(\/[0-9]\/ig)){lv++;}\n                if (v.match(\/(.[^a-z0-9])\/ig)){lv++;}\n                if (v.length < 7 &#038;&#038; lv > 0){lv--;}\n                iss.reset();\n                switch(lv)\n                {\n                        case 0:\n                                iss.level0();\n                                break;\n                        case 1:\n                                iss.level1();\n                                break;\n                        case 2:\n                                iss.level2();\n                                break;\n                        default:\n                                iss.reset();\n                }\n        }\n        var iss = {\n                color:[\"red\",\"yellow\",\"limegreen\"],\n                text:[\"Weak\",\"Medium\",\"Strong\"],\n                reset:function(){\n                        $(\"d0\").style.backgroundColor = \"\";\n                        $(\"d1\").style.backgroundColor = \"\";\n                        $(\"d2\").style.backgroundColor = \"\";\n                        $(\"d0\").innerHTML = iss.text[0];\n                        $(\"d1\").innerHTML = iss.text[1];\n                        $(\"d2\").innerHTML = iss.text[2];\n                },\n                level0:function(){\n                        $(\"d0\").style.backgroundColor = iss.color[0];\n                },\n                level1:function(){\n                        $(\"d0\").style.backgroundColor = iss.color[1];\n                        $(\"d1\").style.backgroundColor = iss.color[1];\n                        $(\"d0\").innerHTML = \"\";\n                },\n                level2:function(){\n                        $(\"d0\").style.backgroundColor = iss.color[2];\n                        $(\"d1\").style.backgroundColor = iss.color[2];\n                        $(\"d2\").style.backgroundColor = iss.color[2];\n                        $(\"d0\").innerHTML = \"\";\n                        $(\"d1\").innerHTML = \"\";\n                }\n        }\n        var $ = function(v){return document.getElementById(v);}\n<\/script><br \/>\n<input type=\"password\" onkeyup=\"isSecurity(this.value);\" \/><\/p>\n<ul>\n<li id=\"d0\">Weak<\/li>\n<li id=\"d1\">Medium<\/li>\n<li id=\"d2\">Strong<\/li>\n<\/ul>\n<p>[\/html]<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>[html] Weak Medium Strong [\/html]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-2122","post","type-post","status-publish","format-standard","hentry","category-javascript"],"_links":{"self":[{"href":"http:\/\/www.hi-alex.com\/index.php?rest_route=\/wp\/v2\/posts\/2122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.hi-alex.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.hi-alex.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.hi-alex.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.hi-alex.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2122"}],"version-history":[{"count":0,"href":"http:\/\/www.hi-alex.com\/index.php?rest_route=\/wp\/v2\/posts\/2122\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.hi-alex.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2122"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.hi-alex.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2122"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.hi-alex.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}