{"id":3928,"date":"2024-11-10T12:36:42","date_gmt":"2024-11-10T04:36:42","guid":{"rendered":"https:\/\/fwq.ai\/blog\/3928\/"},"modified":"2024-11-10T12:36:42","modified_gmt":"2024-11-10T04:36:42","slug":"%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8%e9%80%92%e5%bd%92%e5%ae%9e%e7%8e%b0%e6%a0%91%e7%bb%93%e6%9e%84%e6%95%b0%e6%8d%ae%e8%bd%ac%e6%8d%a2%e4%b8%ba%e5%88%97%e8%a1%a8%e6%95%b0%e6%8d%ae%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/3928\/","title":{"rendered":"\u5982\u4f55\u4f7f\u7528\u9012\u5f52\u5b9e\u73b0\u6811\u7ed3\u6784\u6570\u636e\u8f6c\u6362\u4e3a\u5217\u8868\u6570\u636e\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173119771762511.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u4f7f\u7528\u9012\u5f52\u5b9e\u73b0\u6811\u7ed3\u6784\u6570\u636e\u8f6c\u6362\u4e3a\u5217\u8868\u6570\u636e\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u4f7f\u7528\u9012\u5f52\u5b9e\u73b0\u6811\u7ed3\u6784\u6570\u636e\u8f6c\u6362\u4e3a\u5217\u8868\u6570\u636e\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u4f7f\u7528\u9012\u5f52\u5b9e\u73b0\u6811\u7ed3\u6784\u6570\u636e\u8f6c\u6362\u4e3a\u5217\u8868\u6570\u636e\u7684 walk \u51fd\u6570<\/strong><\/p>\n<p>\u5728\u8ba1\u7b97\u673a\u79d1\u5b66\u9886\u57df\uff0c\u7ecf\u5e38\u4f1a\u51fa\u73b0\u5c06\u6811\u5f62\u7ed3\u6784\u7684\u6570\u636e\u8f6c\u6362\u6210\u7ebf\u6027\u6570\u636e\u7684\u9700\u6c42\u3002\u4e3a\u4e86\u6ee1\u8db3\u8fd9\u4e00\u9700\u6c42\uff0c\u53ef\u4ee5\u4f7f\u7528\u9012\u5f52\u7b97\u6cd5\u5b9e\u73b0\u4e00\u4e2a\u540d\u4e3a walk \u7684\u51fd\u6570\uff0c\u5c06\u6811\u7ed3\u6784\u6570\u636e\u5e73\u94fa\u6210\u5217\u8868\u6570\u636e\u3002<\/p>\n<p><strong>\u95ee\u9898\uff1a<\/strong><\/p>\n<p>\u5df2\u6709\u4e00\u4e2a\u6811\u5f62\u7ed3\u6784\u7684\u6570\u636e\uff0c\u9700\u8981\u5b9e\u73b0 walk \u51fd\u6570\uff0c\u8be5\u51fd\u6570\u4ee5\u9012\u5f52\u7684\u65b9\u5f0f\u904d\u5386\u6811\u7ed3\u6784\uff0c\u5e76\u5c06\u5176\u8f6c\u6362\u6210\u4e00\u4e2a\u5305\u542b\u6240\u6709\u8282\u70b9\u7684\u5217\u8868\u6570\u636e\u3002<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848\uff1a<\/strong><\/p>\n<pre>function walk(list) {\n  list.foreach((item) =&gt; {\n    if (item.children) {\n      walk(item.children);\n      delete item.children;\n    }\n    output.push(item);\n  });\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p><strong>\u4f7f\u7528\u65b9\u6cd5\uff1a<\/strong><\/p>\n<ol>\n<li>\u8c03\u7528 walk \u51fd\u6570\uff0c\u5c06\u9700\u8981\u8f6c\u6362\u7684\u6811\u5f62\u7ed3\u6784\u6570\u636e\u4f5c\u4e3a\u53c2\u6570\u4f20\u5165\u3002<\/li>\n<li>\u51fd\u6570\u4f1a\u9012\u5f52\u5730\u904d\u5386\u6811\u7ed3\u6784\uff0c\u5c06\u6bcf\u4e2a\u8282\u70b9\u8f6c\u5316\u4e3a\u4e00\u4e2a\u5bf9\u8c61\uff0c\u5e76\u5c06\u8be5\u5bf9\u8c61\u63a8\u9001\u5230\u540d\u4e3a output \u7684\u5217\u8868\u4e2d\u3002<\/li>\n<li>\u7ecf\u8fc7\u9012\u5f52\u904d\u5386\u540e\uff0coutput \u5217\u8868\u5c06\u5305\u542b\u6240\u6709\u6811\u8282\u70b9\u7684\u5217\u8868\u6570\u636e\u3002<\/li>\n<\/ol>\n<p><strong>\u793a\u4f8b\uff1a<\/strong><\/p>\n<pre>var input = [{\n  id: 1,\n  text: 'text1',\n  children: [{\n    id: 2,\n    text: 'text2',\n    parentid: 1,\n    children: [{\n      id: 4,\n      text: 'text4',\n      parentid: 2\n    }]\n  }, {\n    id: 3,\n    text: 'text3',\n    parentid: 1\n  }]\n}];\n\nvar output = [];\n\nwalk(input);\nconsole.log(output);<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p><strong>\u8f93\u51fa\uff1a<\/strong><\/p>\n<pre>[\n  {\n    id: 4,\n    text: 'text4',\n    parentId: 2\n  },\n  {\n    id: 2,\n    text: 'text2',\n    parentId: 1\n  },\n  {\n    id: 3,\n    text: 'text3',\n    parentId: 1\n  },\n  {\n    id: 1,\n    text: 'text1'\n  }\n]<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u4f7f\u7528\u9012\u5f52\u5b9e\u73b0\u6811\u7ed3\u6784\u6570\u636e\u8f6c\u6362\u4e3a\u5217\u8868\u6570\u636e\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4f7f\u7528\u9012\u5f52\u5b9e\u73b0\u6811\u7ed3\u6784\u6570\u636e\u8f6c\u6362\u4e3a\u5217\u8868\u6570\u636e\u7684 walk \u51fd\u6570 \u5728\u8ba1\u7b97\u673a\u79d1\u5b66\u9886\u57df\uff0c\u7ecf\u5e38\u4f1a\u51fa\u73b0\u5c06\u6811\u5f62\u7ed3\u6784\u7684\u6570\u636e\u8f6c\u6362\u6210\u7ebf\u6027\u6570\u636e\u7684\u9700\u6c42\u3002\u4e3a\u4e86\u6ee1\u8db3\u8fd9\u4e00\u9700\u6c42\uff0c\u53ef\u4ee5\u4f7f\u7528\u9012\u5f52\u7b97\u6cd5\u5b9e\u73b0\u4e00\u4e2a\u540d\u4e3a walk \u7684\u51fd\u6570\uff0c\u5c06\u6811\u7ed3\u6784\u6570\u636e\u5e73\u94fa\u6210\u5217\u8868\u6570\u636e\u3002 \u95ee\u9898\uff1a \u5df2\u6709\u4e00\u4e2a\u6811\u5f62\u7ed3\u6784\u7684\u6570\u636e\uff0c\u9700\u8981\u5b9e\u73b0 walk \u51fd\u6570\uff0c\u8be5\u51fd\u6570\u4ee5\u9012\u5f52\u7684\u65b9\u5f0f\u904d\u5386\u6811\u7ed3\u6784\uff0c\u5e76\u5c06\u5176\u8f6c\u6362\u6210\u4e00\u4e2a\u5305\u542b\u6240\u6709\u8282\u70b9\u7684\u5217\u8868\u6570\u636e\u3002 \u89e3\u51b3\u65b9\u6848\uff1a function walk(list) { list.foreach((item) =&gt; { if (item.children) { walk(item.children); delete item.children; } output.push(item); }); } \u767b\u5f55\u540e\u590d\u5236 \u4f7f\u7528\u65b9\u6cd5\uff1a \u8c03\u7528 walk \u51fd\u6570\uff0c\u5c06\u9700\u8981\u8f6c\u6362\u7684\u6811\u5f62\u7ed3\u6784\u6570\u636e\u4f5c\u4e3a\u53c2\u6570\u4f20\u5165\u3002 \u51fd\u6570\u4f1a\u9012\u5f52\u5730\u904d\u5386\u6811\u7ed3\u6784\uff0c\u5c06\u6bcf\u4e2a\u8282\u70b9\u8f6c\u5316\u4e3a\u4e00\u4e2a\u5bf9\u8c61\uff0c\u5e76\u5c06\u8be5\u5bf9\u8c61\u63a8\u9001\u5230\u540d\u4e3a output \u7684\u5217\u8868\u4e2d\u3002 \u7ecf\u8fc7\u9012\u5f52\u904d\u5386\u540e\uff0coutput \u5217\u8868\u5c06\u5305\u542b\u6240\u6709\u6811\u8282\u70b9\u7684\u5217\u8868\u6570\u636e\u3002 \u793a\u4f8b\uff1a var input = [{ id: 1, text: &#8216;text1&#8217;, children: [{ id: 2, text: &#8216;text2&#8217;, parentid: 1, children: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-3928","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=3928"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3928\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=3928"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=3928"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=3928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}