{"id":1361,"date":"2024-11-10T14:06:29","date_gmt":"2024-11-10T06:06:29","guid":{"rendered":"https:\/\/fwq.ai\/blog\/1361\/"},"modified":"2024-11-10T14:06:29","modified_gmt":"2024-11-10T06:06:29","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%e7%9a%84%e6%a0%b7%e5%bc%8f%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/1361\/","title":{"rendered":"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6 DOM \u5143\u7d20\u7684\u6837\u5f0f\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173037911344024.jpg\" class=\"aligncenter\" title=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6 DOM \u5143\u7d20\u7684\u6837\u5f0f\uff1f\u63d2\u56fe\" alt=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6 DOM \u5143\u7d20\u7684\u6837\u5f0f\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5c0f\u7a0b\u5e8f\u80fd\u5426\u83b7\u53d6 dom \u7684\u6837\u5f0f\uff1f<\/strong><\/p>\n<p>\u5982\u679c\u5143\u7d20\u7684 class \u8bbe\u7f6e\u4e86\u80cc\u666f\u8272\uff0c\u4f46\u4f60\u60f3\u8981\u83b7\u53d6\u8be5\u5143\u7d20\u7684\u6837\u5f0f\uff0c\u5e76\u4e14\u8be5\u6837\u5f0f\u4e0d\u662f\u884c\u5185\u6837\u5f0f\uff0c\u90a3\u4e48\u662f\u5426\u53ef\u4ee5\u901a\u8fc7\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5b9e\u73b0\u5462\uff1f<\/p>\n<p>\u6839\u636e\u5c0f\u7a0b\u5e8f\u7684\u8bbe\u8ba1\u7406\u5ff5\uff0c\u83b7\u53d6 DOM \u5c5e\u6027\u901a\u5e38\u662f\u4e0d\u88ab\u652f\u6301\u7684\u3002\u56e0\u6b64\uff0c\u76f4\u63a5\u5c1d\u8bd5\u83b7\u53d6 DOM \u6837\u5f0f\u5f88\u53ef\u80fd\u4e0d\u4f1a\u6210\u529f\u3002<\/p>\n<p>\u4e0d\u8fc7\uff0c\u4f60\u53ef\u4ee5\u5c1d\u8bd5\u4f7f\u7528 querySelector \u6216 getElement* \u65b9\u6cd5\u83b7\u53d6 DOM \u5143\u7d20\u3002\u5982\u679c\u8fd9\u4e24\u79cd\u65b9\u6cd5\u4e5f\u65e0\u6cd5\u594f\u6548\uff0c\u5219\u9700\u8981\u8003\u8651\u8f6c\u6362\u601d\u8def\u3002<\/p>\n<p>\u901a\u5e38\uff0c\u5efa\u8bae\u5c06\u9700\u8981\u64cd\u4f5c\u7684\u989c\u8272\u503c\u548c\u5c5e\u6027\/\u72b6\u6001\u653e\u5728\u4e00\u8d77\u7ba1\u7406\uff0c\u4ee5\u4fbf\u4e8e\u4f7f\u7528\u3002\u4f8b\u5982\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\/\/ \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\u7684\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\u80fd\u5426\u83b7\u53d6 dom \u7684\u6837\u5f0f\uff1f \u5982\u679c\u5143\u7d20\u7684 class \u8bbe\u7f6e\u4e86\u80cc\u666f\u8272\uff0c\u4f46\u4f60\u60f3\u8981\u83b7\u53d6\u8be5\u5143\u7d20\u7684\u6837\u5f0f\uff0c\u5e76\u4e14\u8be5\u6837\u5f0f\u4e0d\u662f\u884c\u5185\u6837\u5f0f\uff0c\u90a3\u4e48\u662f\u5426\u53ef\u4ee5\u901a\u8fc7\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5b9e\u73b0\u5462\uff1f \u6839\u636e\u5c0f\u7a0b\u5e8f\u7684\u8bbe\u8ba1\u7406\u5ff5\uff0c\u83b7\u53d6 DOM \u5c5e\u6027\u901a\u5e38\u662f\u4e0d\u88ab\u652f\u6301\u7684\u3002\u56e0\u6b64\uff0c\u76f4\u63a5\u5c1d\u8bd5\u83b7\u53d6 DOM \u6837\u5f0f\u5f88\u53ef\u80fd\u4e0d\u4f1a\u6210\u529f\u3002 \u4e0d\u8fc7\uff0c\u4f60\u53ef\u4ee5\u5c1d\u8bd5\u4f7f\u7528 querySelector \u6216 getElement* \u65b9\u6cd5\u83b7\u53d6 DOM \u5143\u7d20\u3002\u5982\u679c\u8fd9\u4e24\u79cd\u65b9\u6cd5\u4e5f\u65e0\u6cd5\u594f\u6548\uff0c\u5219\u9700\u8981\u8003\u8651\u8f6c\u6362\u601d\u8def\u3002 \u901a\u5e38\uff0c\u5efa\u8bae\u5c06\u9700\u8981\u64cd\u4f5c\u7684\u989c\u8272\u503c\u548c\u5c5e\u6027\/\u72b6\u6001\u653e\u5728\u4e00\u8d77\u7ba1\u7406\uff0c\u4ee5\u4fbf\u4e8e\u4f7f\u7528\u3002\u4f8b\u5982\uff1a export const orderProcess = { default: { label: &#8216;\u9ed8\u8ba4&#8217;, color: &#8216;#848484&#8217;, key: 0 }, pre: { label: &#8216;\u6c9f\u901a\u4e2d&#8217;, color: &#8216;#ffd36e&#8217;, key: 1 }, &#8230; finish: { label: &#8216;\u8ba2\u5355\u5b8c\u6210&#8217;, color: &#8216;#87d068&#8217;, key: 8 }, cancel: { label: [&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-1361","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1361","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=1361"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1361\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=1361"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=1361"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=1361"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}