{"id":2429,"date":"2024-11-10T15:56:14","date_gmt":"2024-11-10T07:56:14","guid":{"rendered":"https:\/\/fwq.ai\/blog\/2429\/"},"modified":"2024-11-10T15:56:14","modified_gmt":"2024-11-10T07:56:14","slug":"%e4%b8%ba%e4%bb%80%e4%b9%88%e6%88%91%e7%9a%84-displayabbreviations-js-%e8%84%9a%e6%9c%ac%e6%97%a0%e6%b3%95%e6%ad%a3%e5%b8%b8%e8%bf%90%e8%a1%8c%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/2429\/","title":{"rendered":"\u4e3a\u4ec0\u4e48\u6211\u7684 displayAbbreviations.js \u811a\u672c\u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173076571274490.jpg\" class=\"aligncenter\" title=\"\u4e3a\u4ec0\u4e48\u6211\u7684 displayAbbreviations.js \u811a\u672c\u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c\uff1f\u63d2\u56fe\" alt=\"\u4e3a\u4ec0\u4e48\u6211\u7684 displayAbbreviations.js \u811a\u672c\u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c\uff1f\u63d2\u56fe\" \/><\/p>\n<p>\u5728\u9875\u9762\u4e2d\uff0c\u5b58\u5728\u4e00\u4e2a displaycitations.js \u811a\u672c\u548c\u4e00\u4e2a displayabbreviations.js \u811a\u672c\u3002displaycitations.js \u811a\u672c\u8d1f\u8d23\u663e\u793a\u5f15\u6587\uff0c\u800c displayabbreviations.js \u811a\u672c\u5219\u8d1f\u8d23\u663e\u793a\u7f29\u5199\u7684\u6269\u5c55\u4fe1\u606f\u3002\u7136\u800c\uff0cdisplayabbreviations.js \u811a\u672c\u4f3c\u4e4e\u5e76\u672a\u751f\u6548\u3002<\/p>\n<p>\u5177\u4f53\u6765\u8bf4\uff0cdisplaycitations.js \u811a\u672c\u6210\u529f\u5730\u89e3\u6790\u4e86\u9875\u9762\u4e0a\u7684\u5f15\u7528\u5143\u7d20\uff0c\u5e76\u5728\u6bcf\u4e2a\u5f15\u7528\u7684\u672b\u5c3e\u6dfb\u52a0\u4e86\u6307\u5411\u5f15\u7528\u6765\u6e90\u7684\u94fe\u63a5\u3002\u4f46\u662f\uff0cdisplayabbreviations.js \u811a\u672c\u5e76\u672a\u5728\u9875\u9762\u4e0a\u6dfb\u52a0\u4efb\u4f55\u5185\u5bb9\u3002<\/p>\n<p>\u95ee\u9898\u7684\u6839\u6e90\u5728\u4e8e displayabbreviations.js \u811a\u672c\u4e2d\u7684\u4e00\u884c\u4ee3\u7801\uff1a<\/p>\n<pre>if (!document.getelementsbytagname || !document.createelement || !document.createtextnode) return false;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u6b64\u4ee3\u7801\u68c0\u67e5\u6d4f\u89c8\u5668\u662f\u5426\u652f\u6301\u5fc5\u8981\u7684 dom \u64cd\u4f5c\u3002\u5982\u679c\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u8fd9\u4e9b\u64cd\u4f5c\uff0c\u5219\u51fd\u6570\u5c06\u8fd4\u56de false\u3002\u5728\u4f60\u7684\u60c5\u51b5\u4e0b\uff0c\u6d4f\u89c8\u5668\u4e0d\u652f\u6301 getelementsbytagname \u65b9\u6cd5\uff0c\u5bfc\u81f4\u51fd\u6570\u8fd4\u56de false\uff0c\u4ece\u800c\u963b\u6b62\u4e86\u811a\u672c\u6267\u884c\u7684\u5269\u4f59\u90e8\u5206\u3002<\/p>\n<p>\u6b63\u786e\u7684\u89e3\u51b3\u65b9\u6cd5\u662f\u68c0\u67e5\u6d4f\u89c8\u5668\u662f\u5426\u652f\u6301 queryselectorall \u65b9\u6cd5\uff0c\u8be5\u65b9\u6cd5\u662f getelementsbytagname \u7684\u4e00\u4e2a\u66f4\u73b0\u4ee3\u7684\u66ff\u4ee3\u65b9\u6cd5\uff1a<\/p>\n<pre>if (!document.queryselectorall || !document.createelement || !document.createtextnode) return false;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u66f4\u65b0\u540e\u7684\u811a\u672c\u5982\u4e0b\uff1a<\/p>\n<pre>function displayAbbreviations() {\n  if (!document.querySelectorAll || !document.createElement || !document.createTextNode) return false;\n\n  \/\/ \u811a\u672c\u7684\u5269\u4f59\u90e8\u5206\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u8fd9\u6837\uff0c\u811a\u672c\u5c06\u80fd\u591f\u5728\u6240\u6709\u652f\u6301 queryselectorall \u65b9\u6cd5\u7684\u6d4f\u89c8\u5668\u4e2d\u8fd0\u884c\uff0c\u5305\u62ec\u8f83\u65b0\u7684\u6d4f\u89c8\u5668\u548c\u8f83\u65e7\u7684\u6d4f\u89c8\u5668\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u4e3a\u4ec0\u4e48\u6211\u7684 displayAbbreviations.js \u811a\u672c\u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c\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>\u5728\u9875\u9762\u4e2d\uff0c\u5b58\u5728\u4e00\u4e2a displaycitations.js \u811a\u672c\u548c\u4e00\u4e2a displayabbreviations.js \u811a\u672c\u3002displaycitations.js \u811a\u672c\u8d1f\u8d23\u663e\u793a\u5f15\u6587\uff0c\u800c displayabbreviations.js \u811a\u672c\u5219\u8d1f\u8d23\u663e\u793a\u7f29\u5199\u7684\u6269\u5c55\u4fe1\u606f\u3002\u7136\u800c\uff0cdisplayabbreviations.js \u811a\u672c\u4f3c\u4e4e\u5e76\u672a\u751f\u6548\u3002 \u5177\u4f53\u6765\u8bf4\uff0cdisplaycitations.js \u811a\u672c\u6210\u529f\u5730\u89e3\u6790\u4e86\u9875\u9762\u4e0a\u7684\u5f15\u7528\u5143\u7d20\uff0c\u5e76\u5728\u6bcf\u4e2a\u5f15\u7528\u7684\u672b\u5c3e\u6dfb\u52a0\u4e86\u6307\u5411\u5f15\u7528\u6765\u6e90\u7684\u94fe\u63a5\u3002\u4f46\u662f\uff0cdisplayabbreviations.js \u811a\u672c\u5e76\u672a\u5728\u9875\u9762\u4e0a\u6dfb\u52a0\u4efb\u4f55\u5185\u5bb9\u3002 \u95ee\u9898\u7684\u6839\u6e90\u5728\u4e8e displayabbreviations.js \u811a\u672c\u4e2d\u7684\u4e00\u884c\u4ee3\u7801\uff1a if (!document.getelementsbytagname || !document.createelement || !document.createtextnode) return false; \u767b\u5f55\u540e\u590d\u5236 \u6b64\u4ee3\u7801\u68c0\u67e5\u6d4f\u89c8\u5668\u662f\u5426\u652f\u6301\u5fc5\u8981\u7684 dom \u64cd\u4f5c\u3002\u5982\u679c\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u8fd9\u4e9b\u64cd\u4f5c\uff0c\u5219\u51fd\u6570\u5c06\u8fd4\u56de false\u3002\u5728\u4f60\u7684\u60c5\u51b5\u4e0b\uff0c\u6d4f\u89c8\u5668\u4e0d\u652f\u6301 getelementsbytagname \u65b9\u6cd5\uff0c\u5bfc\u81f4\u51fd\u6570\u8fd4\u56de false\uff0c\u4ece\u800c\u963b\u6b62\u4e86\u811a\u672c\u6267\u884c\u7684\u5269\u4f59\u90e8\u5206\u3002 \u6b63\u786e\u7684\u89e3\u51b3\u65b9\u6cd5\u662f\u68c0\u67e5\u6d4f\u89c8\u5668\u662f\u5426\u652f\u6301 queryselectorall \u65b9\u6cd5\uff0c\u8be5\u65b9\u6cd5\u662f getelementsbytagname \u7684\u4e00\u4e2a\u66f4\u73b0\u4ee3\u7684\u66ff\u4ee3\u65b9\u6cd5\uff1a if (!document.queryselectorall || !document.createelement || !document.createtextnode) return false; \u767b\u5f55\u540e\u590d\u5236 \u66f4\u65b0\u540e\u7684\u811a\u672c\u5982\u4e0b\uff1a function displayAbbreviations() { if (!document.querySelectorAll || !document.createElement || !document.createTextNode) [&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-2429","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/2429","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=2429"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/2429\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=2429"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=2429"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=2429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}