{"id":1720,"date":"2024-11-10T14:29:38","date_gmt":"2024-11-10T06:29:38","guid":{"rendered":"https:\/\/fwq.ai\/blog\/1720\/"},"modified":"2024-11-10T14:29:38","modified_gmt":"2024-11-10T06:29:38","slug":"%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f%e5%a6%82%e4%bd%95%e8%8e%b7%e5%8f%96-dom-%e5%85%83%e7%b4%a0%e6%a0%b7%e5%bc%8f%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/1720\/","title":{"rendered":"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6 DOM \u5143\u7d20\u6837\u5f0f\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173054317422585.jpg\" class=\"aligncenter\" title=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6 DOM \u5143\u7d20\u6837\u5f0f\uff1f\u63d2\u56fe\" alt=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6 DOM \u5143\u7d20\u6837\u5f0f\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6 dom \u6837\u5f0f\uff1f<\/strong><\/p>\n<p>\u5c0f\u7a0b\u5e8f\u63d0\u4f9b\u4e86\u4e00\u7cfb\u5217 API \u6765\u64cd\u4f5c DOM\uff0c\u4f46\u80fd\u5426\u83b7\u53d6 DOM \u5143\u7d20\u7684\u6837\u5f0f\u5374\u662f\u4e00\u4e2a\u5e38\u89c1\u95ee\u9898\u3002<\/p>\n<p>\u6839\u636e\u67d0\u5f00\u53d1\u8005\u7684\u63d0\u95ee\uff0c\u5176\u5e0c\u671b\u83b7\u53d6\u67d0\u4e2a\u88ab\u8d4b\u4e88\u80cc\u666f\u8272\u7684 <\/p>\n<p> \u5143\u7d20\u7684\u6837\u5f0f\uff0c\u4f46\u8be5\u6837\u5f0f\u5e76\u975e\u884c\u5185\u6837\u5f0f\u3002\u90a3\u4e48\uff0c\u5c0f\u7a0b\u5e8f\u80fd\u5426\u6ee1\u8db3\u8fd9\u4e2a\u9700\u6c42\u5462\uff1f<\/p>\n<p>\u7b54\u6848\u662f\u5426\u5b9a\u7684\u3002\u5c0f\u7a0b\u5e8f\u7684\u8bbe\u8ba1\u7406\u5ff5\u662f\u4e0d\u5141\u8bb8\u8bbf\u95ee DOM \u5c5e\u6027\u3002\u4f46\u662f\uff0c\u4f60\u53ef\u4ee5\u5c1d\u8bd5\u4f7f\u7528 querySelector* \u6216 getElement* \u7b49 API \u5c1d\u8bd5\u83b7\u53d6 DOM \u5143\u7d20\u3002<\/p>\n<p>\u5982\u679c\u4f9d\u7136\u65e0\u6cd5\u5b9e\u73b0\u76ee\u6807\uff0c\u4e0d\u59a8\u8f6c\u6362\u4e00\u4e0b\u601d\u8def\u3002\u4f60\u53ef\u4ee5\u5c06\u9700\u8981\u64cd\u4f5c\u7684\u989c\u8272\u503c\u4e0e\u5c5e\u6027\u6216\u72b6\u6001\u4e00\u8d77\u7ba1\u7406\uff0c\u8fd9\u6837\u5728\u4f7f\u7528\u65f6\u4f1a\u66f4\u4fbf\u6377\u3002<\/p>\n<p>\u4ee5\u4e0b\u662f\u4e00\u4e2a\u793a\u4f8b\u4ee3\u7801\uff0c\u7528\u4e8e\u7ba1\u7406\u8ba2\u5355\u72b6\u6001\u53ca\u5176\u989c\u8272\u503c\uff1a<\/p>\n<pre>export const orderProcess = {\n  default: { label: '\u9ed8\u8ba4', color: \"#848484\", key: 0 },\n  pre: { label: '\u6c9f\u901a\u4e2d', color: \"#ffd36e\", key: 1 },\n  ...\n  finish: { label: '\u8ba2\u5355\u5b8c\u6210', color: \"#87d068\", key: 8 },\n  cancel: { label: '\u4f5c\u5e9f', color: \"#dedede\", key: -1 },\n};\n\n\/\/ \u8ba2\u5355\u72b6\u6001\u96c6\u5408\nexport const orderProcessList = Object.values(orderProcess);\n\n\/\/ \u83b7\u53d6\u8ba2\u5355\u72b6\u6001\nexport const getOrderProcess = function (key) {\n  const finder = orderProcessList.find(item =&gt; item.key === Number(key));\n  return finder || ErrorData;\n};<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6 DOM \u5143\u7d20\u6837\u5f0f\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>\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6 dom \u6837\u5f0f\uff1f \u5c0f\u7a0b\u5e8f\u63d0\u4f9b\u4e86\u4e00\u7cfb\u5217 API \u6765\u64cd\u4f5c DOM\uff0c\u4f46\u80fd\u5426\u83b7\u53d6 DOM \u5143\u7d20\u7684\u6837\u5f0f\u5374\u662f\u4e00\u4e2a\u5e38\u89c1\u95ee\u9898\u3002 \u6839\u636e\u67d0\u5f00\u53d1\u8005\u7684\u63d0\u95ee\uff0c\u5176\u5e0c\u671b\u83b7\u53d6\u67d0\u4e2a\u88ab\u8d4b\u4e88\u80cc\u666f\u8272\u7684 \u5143\u7d20\u7684\u6837\u5f0f\uff0c\u4f46\u8be5\u6837\u5f0f\u5e76\u975e\u884c\u5185\u6837\u5f0f\u3002\u90a3\u4e48\uff0c\u5c0f\u7a0b\u5e8f\u80fd\u5426\u6ee1\u8db3\u8fd9\u4e2a\u9700\u6c42\u5462\uff1f \u7b54\u6848\u662f\u5426\u5b9a\u7684\u3002\u5c0f\u7a0b\u5e8f\u7684\u8bbe\u8ba1\u7406\u5ff5\u662f\u4e0d\u5141\u8bb8\u8bbf\u95ee DOM \u5c5e\u6027\u3002\u4f46\u662f\uff0c\u4f60\u53ef\u4ee5\u5c1d\u8bd5\u4f7f\u7528 querySelector* \u6216 getElement* \u7b49 API \u5c1d\u8bd5\u83b7\u53d6 DOM \u5143\u7d20\u3002 \u5982\u679c\u4f9d\u7136\u65e0\u6cd5\u5b9e\u73b0\u76ee\u6807\uff0c\u4e0d\u59a8\u8f6c\u6362\u4e00\u4e0b\u601d\u8def\u3002\u4f60\u53ef\u4ee5\u5c06\u9700\u8981\u64cd\u4f5c\u7684\u989c\u8272\u503c\u4e0e\u5c5e\u6027\u6216\u72b6\u6001\u4e00\u8d77\u7ba1\u7406\uff0c\u8fd9\u6837\u5728\u4f7f\u7528\u65f6\u4f1a\u66f4\u4fbf\u6377\u3002 \u4ee5\u4e0b\u662f\u4e00\u4e2a\u793a\u4f8b\u4ee3\u7801\uff0c\u7528\u4e8e\u7ba1\u7406\u8ba2\u5355\u72b6\u6001\u53ca\u5176\u989c\u8272\u503c\uff1a export const orderProcess = { default: { label: &#8216;\u9ed8\u8ba4&#8217;, color: &#8220;#848484&#8221;, key: 0 }, pre: { label: &#8216;\u6c9f\u901a\u4e2d&#8217;, color: &#8220;#ffd36e&#8221;, key: 1 }, &#8230; finish: { label: &#8216;\u8ba2\u5355\u5b8c\u6210&#8217;, color: &#8220;#87d068&#8221;, key: [&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-1720","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1720","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=1720"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1720\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=1720"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=1720"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=1720"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}