{"id":1187,"date":"2024-11-10T17:09:40","date_gmt":"2024-11-10T09:09:40","guid":{"rendered":"https:\/\/fwq.ai\/blog\/1187\/"},"modified":"2024-11-10T17:09:40","modified_gmt":"2024-11-10T09:09:40","slug":"%e5%a6%82%e4%bd%95%e4%bb%8ehtml%e4%bb%a3%e7%a0%81%e4%b8%ad%e5%8e%bb%e9%99%a4%e6%89%80%e6%9c%89%e6%a0%87%e7%ad%be%ef%bc%8c%e4%bb%85%e4%bf%9d%e7%95%99%e6%96%87%e6%9c%ac%e5%86%85%e5%ae%b9%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/1187\/","title":{"rendered":"\u5982\u4f55\u4eceHTML\u4ee3\u7801\u4e2d\u53bb\u9664\u6240\u6709\u6807\u7b7e\uff0c\u4ec5\u4fdd\u7559\u6587\u672c\u5185\u5bb9\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173028807777500.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u4eceHTML\u4ee3\u7801\u4e2d\u53bb\u9664\u6240\u6709\u6807\u7b7e\uff0c\u4ec5\u4fdd\u7559\u6587\u672c\u5185\u5bb9\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u4eceHTML\u4ee3\u7801\u4e2d\u53bb\u9664\u6240\u6709\u6807\u7b7e\uff0c\u4ec5\u4fdd\u7559\u6587\u672c\u5185\u5bb9\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u53bb\u9664html\u6240\u6709\u6807\u7b7e<\/strong><\/p>\n<p>\u95ee\u9898\u63cf\u8ff0\uff1a\u53bb\u9664\u7ed9\u5b9a\u7684html\u4ee3\u7801\u4e2d\u7684\u6240\u6709\u6807\u7b7e\uff0c\u4ec5\u4fdd\u7559\u6587\u672c\u5185\u5bb9\u3002<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848<\/strong><\/p>\n<p><strong>\u4f7f\u7528jquery<\/strong><\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<p><strong>text()<\/strong> \u548c <strong>html()<\/strong> \u65b9\u6cd5\u53ef\u4ee5\u5b9e\u73b0\u8fd9\u4e00\u76ee\u6807\uff1a<\/p>\n<pre>var content = $(\"#content\").val();\nvar result = $(\"#result\");\n\n\/\/ \u5c06\u5185\u5bb9\u7684html\u6807\u7b7e\u8f6c\u6362\u4e3a\u6587\u672c\nresult.html(content);\n\n\/\/ \u83b7\u53d6\u6587\u672c\u5185\u5bb9\nvar resulthtml = result.text();\n\n\/\/ \u8f6c\u6362\u4e3ahtml\nresult.html(resulthtml);<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u4f7f\u7528\u7eafjavascript<\/strong><\/p>\n<p><strong>innerhtml<\/strong> \u548c <strong>innertext<\/strong> \u5c5e\u6027\u4e5f\u53ef\u4ee5\u7528\u4e8e\u53bb\u9664\u6807\u7b7e\uff1a<\/p>\n<pre>var content = document.getElementById(\"content\").value;\nvar result = document.getElementById(\"result\");\n\n\/\/ \u5c06\u5185\u5bb9\u7684HTML\u6807\u7b7e\u8f6c\u6362\u4e3a\u6587\u672c\nresult.innerHTML = content;\n\n\/\/ \u83b7\u53d6\u6587\u672c\u5185\u5bb9\nvar resultHtml = result.innerText;\n\n\/\/ \u91cd\u65b0\u8bbe\u7f6eHTML\nresult.innerHTML = resultHtml;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u4eceHTML\u4ee3\u7801\u4e2d\u53bb\u9664\u6240\u6709\u6807\u7b7e\uff0c\u4ec5\u4fdd\u7559\u6587\u672c\u5185\u5bb9\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>\u53bb\u9664html\u6240\u6709\u6807\u7b7e \u95ee\u9898\u63cf\u8ff0\uff1a\u53bb\u9664\u7ed9\u5b9a\u7684html\u4ee3\u7801\u4e2d\u7684\u6240\u6709\u6807\u7b7e\uff0c\u4ec5\u4fdd\u7559\u6587\u672c\u5185\u5bb9\u3002 \u89e3\u51b3\u65b9\u6848 \u4f7f\u7528jquery \u7acb\u5373\u5b66\u4e60\u201c\u201d\uff1b text() \u548c html() \u65b9\u6cd5\u53ef\u4ee5\u5b9e\u73b0\u8fd9\u4e00\u76ee\u6807\uff1a var content = $(&#8220;#content&#8221;).val(); var result = $(&#8220;#result&#8221;); \/\/ \u5c06\u5185\u5bb9\u7684html\u6807\u7b7e\u8f6c\u6362\u4e3a\u6587\u672c result.html(content); \/\/ \u83b7\u53d6\u6587\u672c\u5185\u5bb9 var resulthtml = result.text(); \/\/ \u8f6c\u6362\u4e3ahtml result.html(resulthtml); \u767b\u5f55\u540e\u590d\u5236 \u4f7f\u7528\u7eafjavascript innerhtml \u548c innertext \u5c5e\u6027\u4e5f\u53ef\u4ee5\u7528\u4e8e\u53bb\u9664\u6807\u7b7e\uff1a var content = document.getElementById(&#8220;content&#8221;).value; var result = document.getElementById(&#8220;result&#8221;); \/\/ \u5c06\u5185\u5bb9\u7684HTML\u6807\u7b7e\u8f6c\u6362\u4e3a\u6587\u672c result.innerHTML = content; \/\/ \u83b7\u53d6\u6587\u672c\u5185\u5bb9 var resultHtml = result.innerText; \/\/ [&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-1187","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1187","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=1187"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1187\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=1187"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=1187"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=1187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}