{"id":74,"date":"2017-01-18T14:51:37","date_gmt":"2017-01-18T06:51:37","guid":{"rendered":"http:\/\/www.qdabc.cn\/?p=74"},"modified":"2017-01-26T18:04:27","modified_gmt":"2017-01-26T10:04:27","slug":"javascript-%e6%9f%a5%e6%89%be%e5%ad%97%e7%ac%a6%e4%b8%b2%e4%b8%ad%e5%ad%97%e6%af%8d%e5%87%ba%e7%8e%b0%e6%9c%80%e5%a4%9a%e6%ac%a1%e6%95%b0","status":"publish","type":"post","link":"http:\/\/www.qdabc.cn\/?p=74","title":{"rendered":"Javascript \u67e5\u627e\u5b57\u7b26\u4e32\u4e2d\u5b57\u6bcd\u51fa\u73b0\u6700\u591a\u6b21\u6570"},"content":{"rendered":"<pre class=\"brush:html;toolbar:false\">&lt;!DOCTYPE html&gt; \u00a0\r\n&lt;html&gt; \u00a0\r\n\u00a0 \u00a0 &lt;head&gt; \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 &lt;meta charset=\"UTF-8\"&gt; \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 &lt;title&gt;&lt;\/title&gt; \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 &lt;script type=\"text\/javascript\"&gt; \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 var str=\"ddasdasdasdasdasf\"; \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 function text(str){ \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 var num=0; \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 var value=''; \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 var json={ \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 } \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 for(var i=0;i&lt;str.length;i++){ \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 if(!json[str[i]]){ \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 json[str[i]]=[]; \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 } \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 json[str[i]].push(str[i]); \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 } \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 for(var i in json){ \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 if(num&lt;json[i].length){ \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 num=json[i].length; \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 value=i; \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 } \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 } \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 alert('\u51fa\u73b0\u6700\u591a\u6b21\u6570\u7684\u662f\uff1a'+value+'\u603b\u5171\u51fa\u73b0\uff1a'+num+'\u6b21') \u00a0 \u00a0 \u00a0\u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 } \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 text(str); \u00a0\r\n\u00a0 \u00a0 \u00a0 \u00a0 &lt;\/script&gt; \u00a0\r\n\u00a0 \u00a0 &lt;\/head&gt; \u00a0\r\n\u00a0 \u00a0 &lt;body&gt; \u00a0\r\n\u00a0 \u00a0 &lt;\/body&gt; \u00a0\r\n&lt;\/html&gt;<\/pre>\n<p>\u65b9\u6cd5\u5c0f\u7ed3\uff1a\u5927\u81f4\u601d\u8def\u4e3a\u5c06\u5b57\u7b26\u4e32\u4e2d\u7684\u4e0d\u540c\u5b57\u6bcd\u5229\u7528For\u5faa\u73af\uff0c\u5206\u6279\u5b58\u8fdb\u4e0d\u540c\u7684\u6570\u7ec4\u91cc\u9762\uff0c\u7136\u540e\u957f\u5ea6\u6700\u957f\u7684\u6570\u7ec4\u91cc\u9762\u7684\u5b57\u6bcd\u5c31\u662f\u51fa\u73b0\u5b57\u6bcd\u6700\u591a\u6b21\u6570\u7684\u3002<\/p>\n<p>\u5173\u952e\u70b9\uff1a<\/p>\n<pre class=\"brush:js;toolbar:false\">for(var i=0;i&lt;str.length;i++){ \u00a0\r\n\u00a0 \u00a0 if(!json[str[i]]){ \u00a0\r\n\u00a0 \u00a0 \u00a0 json[str[i]]=[]; \u00a0\r\n\u00a0 \u00a0 }\u00a0\r\n} \u00a0 \u00a0\u00a0\r\njson[str[i]].push(str[i]);<\/pre>\n<p>\u200b\u8fd9\u4e00\u6bb5\u4ee3\u7801\u7684\u610f\u601d\u662f\u5229\u7528\u5224\u65ad\u8bed\u53e5\u53bb\u5f52\u7c7b\u5b57\u6bcd\u3002<\/p>\n<p>\u4e4b\u540e\u518d\u5229\u7528\u5224\u65ad\u53bb\u51b3\u5b9a\u6570\u7ec4\u7684\u957f\u5ea6\u3002<\/p>\n<p>&nbsp;<\/p>\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=74\">Javascript \u67e5\u627e\u5b57\u7b26\u4e32\u4e2d\u5b57\u6bcd\u51fa\u73b0\u6700\u591a\u6b21\u6570<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>&lt;!DOCTYPE html&gt; \u00a0 &lt;html&gt; \u00a0 \u00a0 \u00a0 &lt;head&gt; \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 &lt;meta charset=&#8221;UTF-8&#8243;&gt; \u00a0 \u00a0 \u00a0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":78,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[9],"_links":{"self":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/74"}],"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=74"}],"version-history":[{"count":3,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/74\/revisions"}],"predecessor-version":[{"id":79,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/74\/revisions\/79"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/media\/78"}],"wp:attachment":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=74"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=74"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=74"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}