{"id":2964,"date":"2024-11-10T08:12:14","date_gmt":"2024-11-10T00:12:14","guid":{"rendered":"https:\/\/fwq.ai\/blog\/2964\/"},"modified":"2024-11-10T08:12:14","modified_gmt":"2024-11-10T00:12:14","slug":"%e5%a6%82%e4%bd%95%e7%a1%ae%e4%bf%9d%e5%9c%a8%e7%82%b9%e5%87%bb%e7%89%b9%e5%ae%9a%e6%8c%89%e9%92%ae%e6%97%b6%ef%bc%8c%e5%85%b6%e4%bb%96%e6%8c%89%e9%92%ae%e7%9a%84%e4%ba%8b%e4%bb%b6%e5%a4%b1%e6%95%88","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/2964\/","title":{"rendered":"\u5982\u4f55\u786e\u4fdd\u5728\u70b9\u51fb\u7279\u5b9a\u6309\u94ae\u65f6\uff0c\u5176\u4ed6\u6309\u94ae\u7684\u4e8b\u4ef6\u5931\u6548\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173095326422180.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u786e\u4fdd\u5728\u70b9\u51fb\u7279\u5b9a\u6309\u94ae\u65f6\uff0c\u5176\u4ed6\u6309\u94ae\u7684\u4e8b\u4ef6\u5931\u6548\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u786e\u4fdd\u5728\u70b9\u51fb\u7279\u5b9a\u6309\u94ae\u65f6\uff0c\u5176\u4ed6\u6309\u94ae\u7684\u4e8b\u4ef6\u5931\u6548\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u4ec5\u6fc0\u6d3b\u5f53\u524d\u6309\u94ae\u7684\u54cd\u5e94<\/strong><\/p>\n<p>\u9875\u9762\u4e2d\u5305\u542b\u591a\u4e2a\u6309\u94ae\uff0c\u6bcf\u4e2a\u6309\u94ae\u7ed1\u5b9a\u4e86\u7279\u5b9a\u7684\u3002\u4f46\u662f\uff0c\u5f53\u9700\u8981\u786e\u4fdd\u5728\u70b9\u51fb\u7279\u5b9a\u6309\u94ae\u65f6\uff0c\u5176\u4ed6\u6309\u94ae\u7684\u4e8b\u4ef6\u5931\u6548\u65f6\uff0c\u5982\u4f55\u5b9e\u73b0\u6b64\u529f\u80fd\uff1f<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848<\/strong><\/p>\n<p>\u8981\u4ec5\u6fc0\u6d3b\u5f53\u524d\u6309\u94ae\u7684\u54cd\u5e94\uff0c\u53ef\u4ee5\u91c7\u7528\u4ee5\u4e0b\u6b65\u9aa4\uff1a<\/p>\n<ol>\n<li>\u83b7\u53d6\u6309\u94ae\u5143\u7d20\u3002<\/li>\n<li>\n<p>\u5728\u6309\u94ae\u5143\u7d20\u4e2d\u8bbe\u7f6e disabled \u5c5e\u6027\u3002<\/p>\n<ul>\n<li>\u5c06 disabled \u8bbe\u7f6e\u4e3a true \u6765\u7981\u7528\u6309\u94ae\uff0c\u4ece\u800c\u963b\u6b62\u5176\u4e8b\u4ef6\u51fd\u6570\u6267\u884c\u3002<\/li>\n<li>\u5c06 disabled \u8bbe\u7f6e\u4e3a false \u6765\u542f\u7528\u6309\u94ae\uff0c\u4f7f\u5176\u4e8b\u4ef6\u51fd\u6570\u53ef\u4ee5\u6267\u884c\u3002<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p><strong>\u793a\u4f8b\u4ee3\u7801<\/strong><\/p>\n<pre>\/\/ \u83b7\u53d6\u6240\u6709\u6309\u94ae\nconst buttons = document.querySelectorAll('button');\n\n\/\/ \u6dfb\u52a0\u70b9\u51fb\u4e8b\u4ef6\u76d1\u542c\u5668\nbuttons.forEach((button) =&gt; {\n  button.addEventListener('click', () =&gt; {\n    \/\/ \u7981\u7528\u6240\u6709\u5176\u4ed6\u6309\u94ae\n    buttons.forEach((otherButton) =&gt; {\n      if (otherButton !== button) {\n        otherButton.disabled = true;\n      }\n    });\n\n    \/\/ \u6267\u884c\u5f53\u524d\u6309\u94ae\u7684\u4e8b\u4ef6\u51fd\u6570\n    \/\/ ... \u60a8\u7684\u4ee3\u7801\n\n    \/\/ \u542f\u7528\u6240\u6709\u5176\u4ed6\u6309\u94ae\uff08\u53ef\u9009\uff09\n    buttons.forEach((otherButton) =&gt; {\n      if (otherButton !== button) {\n        otherButton.disabled = false;\n      }\n    });\n  });\n});<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u901a\u8fc7\u6309\u7167\u8fd9\u4e9b\u6b65\u9aa4\u64cd\u4f5c\uff0c\u60a8\u5c31\u53ef\u4ee5\u786e\u4fdd\u53ea\u6709\u70b9\u51fb\u7684\u6309\u94ae\u89e6\u53d1\u5176\u4e8b\u4ef6\u51fd\u6570\uff0c\u800c\u5176\u4ed6\u6309\u94ae\u7684\u4e8b\u4ef6\u51fd\u6570\u5c06\u88ab\u7981\u7528\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u786e\u4fdd\u5728\u70b9\u51fb\u7279\u5b9a\u6309\u94ae\u65f6\uff0c\u5176\u4ed6\u6309\u94ae\u7684\u4e8b\u4ef6\u5931\u6548\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>\u4ec5\u6fc0\u6d3b\u5f53\u524d\u6309\u94ae\u7684\u54cd\u5e94 \u9875\u9762\u4e2d\u5305\u542b\u591a\u4e2a\u6309\u94ae\uff0c\u6bcf\u4e2a\u6309\u94ae\u7ed1\u5b9a\u4e86\u7279\u5b9a\u7684\u3002\u4f46\u662f\uff0c\u5f53\u9700\u8981\u786e\u4fdd\u5728\u70b9\u51fb\u7279\u5b9a\u6309\u94ae\u65f6\uff0c\u5176\u4ed6\u6309\u94ae\u7684\u4e8b\u4ef6\u5931\u6548\u65f6\uff0c\u5982\u4f55\u5b9e\u73b0\u6b64\u529f\u80fd\uff1f \u89e3\u51b3\u65b9\u6848 \u8981\u4ec5\u6fc0\u6d3b\u5f53\u524d\u6309\u94ae\u7684\u54cd\u5e94\uff0c\u53ef\u4ee5\u91c7\u7528\u4ee5\u4e0b\u6b65\u9aa4\uff1a \u83b7\u53d6\u6309\u94ae\u5143\u7d20\u3002 \u5728\u6309\u94ae\u5143\u7d20\u4e2d\u8bbe\u7f6e disabled \u5c5e\u6027\u3002 \u5c06 disabled \u8bbe\u7f6e\u4e3a true \u6765\u7981\u7528\u6309\u94ae\uff0c\u4ece\u800c\u963b\u6b62\u5176\u4e8b\u4ef6\u51fd\u6570\u6267\u884c\u3002 \u5c06 disabled \u8bbe\u7f6e\u4e3a false \u6765\u542f\u7528\u6309\u94ae\uff0c\u4f7f\u5176\u4e8b\u4ef6\u51fd\u6570\u53ef\u4ee5\u6267\u884c\u3002 \u793a\u4f8b\u4ee3\u7801 \/\/ \u83b7\u53d6\u6240\u6709\u6309\u94ae const buttons = document.querySelectorAll(&#8216;button&#8217;); \/\/ \u6dfb\u52a0\u70b9\u51fb\u4e8b\u4ef6\u76d1\u542c\u5668 buttons.forEach((button) =&gt; { button.addEventListener(&#8216;click&#8217;, () =&gt; { \/\/ \u7981\u7528\u6240\u6709\u5176\u4ed6\u6309\u94ae buttons.forEach((otherButton) =&gt; { if (otherButton !== button) { otherButton.disabled = true; } }); \/\/ \u6267\u884c\u5f53\u524d\u6309\u94ae\u7684\u4e8b\u4ef6\u51fd\u6570 \/\/ &#8230; \u60a8\u7684\u4ee3\u7801 \/\/ [&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-2964","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/2964","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=2964"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/2964\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=2964"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=2964"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=2964"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}