{"id":179,"date":"2021-02-10T09:57:52","date_gmt":"2021-02-10T01:57:52","guid":{"rendered":"http:\/\/gjweb.top\/?p=179"},"modified":"2021-02-10T09:57:53","modified_gmt":"2021-02-10T01:57:53","slug":"%e9%81%8d%e5%8e%86%e6%8c%87%e5%ae%9a%e8%8a%82%e7%82%b9%e4%b8%8b%e7%9a%84%e6%89%80%e6%9c%89%e5%90%8e%e4%bb%a3%e8%8a%82%e7%82%b9","status":"publish","type":"post","link":"https:\/\/gjweb.top\/?p=179","title":{"rendered":"\u904d\u5386\u6307\u5b9a\u8282\u70b9\u4e0b\u7684\u6240\u6709\u540e\u4ee3\u8282\u70b9"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u65b9\u6848\u4e00<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u9012\u5f52\u904d\u5386<ul><li>\u7528\u6cd5<ul><li>\u5148\u5b9a\u4e49\u51fd\u6570,\u904d\u5386\u76f4\u63a5\u5b50\u8282\u70b9<\/li><li>\u5bf9\u6bcf\u4e2a\u5b57\u5143\u7d20,\u8c03\u7528\u548c\u7236\u5143\u7d20\u5b8c\u5168\u76f8\u540c\u7684\u65b9\u6cd5<\/li><\/ul><\/li><li>\u793a\u4f8b<\/li><\/ul><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>function getchildern(parent){\r\n    console.log(parent.nodeName);\r\n    var children = parent.children;\r\n    var childrenlen = parent.children.length\r\n    for(var i = 0;i&lt;childrenlen;i++){\r\n         arguments.callee(children&#91;i])\r\n    }\r\n }\r\ngetchildern(document.body);<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u65b9\u6848\u4e8c<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>function fun (parent){\r\n    var data = document.createNodeIterator(parent,NodeFilter.SHOW_ELEMENT,null,false);\r\n    console.log(data.nextNode())\r\n    do{\r\n        var node = data.nextNode();\r\n        if(node!=null){\r\n            console.log(node.nodeName);\r\n        }else break;\r\n     }while(true);\r\n}\r\nfun(document.body)<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u65b9\u6848\u4e00 \u9012\u5f52\u904d\u5386 \u7528\u6cd5 \u5148\u5b9a\u4e49\u51fd\u6570,\u904d\u5386\u76f4\u63a5\u5b50\u8282\u70b9 \u5bf9\u6bcf\u4e2a\u5b57\u5143\u7d20,\u8c03\u7528\u548c\u7236\u5143\u7d20\u5b8c\u5168\u76f8\u540c\u7684\u65b9\u6cd5 \u793a\u4f8b \u65b9\u6848\u4e8c<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-179","post","type-post","status-publish","format-standard","hentry","category-javascript"],"_links":{"self":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=179"}],"version-history":[{"count":0,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/179\/revisions"}],"wp:attachment":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=179"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=179"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}