{"id":1788,"date":"2024-11-10T14:46:17","date_gmt":"2024-11-10T06:46:17","guid":{"rendered":"https:\/\/fwq.ai\/blog\/1788\/"},"modified":"2024-11-10T14:46:17","modified_gmt":"2024-11-10T06:46:17","slug":"%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8-css-%e5%92%8c-javascript-%e4%b8%ba%e4%bb%a3%e7%a0%81%e6%b7%bb%e5%8a%a0%e8%a1%8c%e5%8f%b7%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/1788\/","title":{"rendered":"\u5982\u4f55\u4f7f\u7528 CSS \u548c JavaScript \u4e3a\u4ee3\u7801\u6dfb\u52a0\u884c\u53f7\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173059257718833.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u4f7f\u7528 CSS \u548c JavaScript \u4e3a\u4ee3\u7801\u6dfb\u52a0\u884c\u53f7\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u4f7f\u7528 CSS \u548c JavaScript \u4e3a\u4ee3\u7801\u6dfb\u52a0\u884c\u53f7\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5982\u4f55\u8f7b\u677e\u5730\u7ed9\u4ee3\u7801\u6dfb\u52a0\u884c\u53f7<\/strong><\/p>\n<p>\u4e3a\u4ee3\u7801\u6dfb\u52a0\u884c\u53f7\u5f80\u5f80\u662f\u4e00\u9879\u7e41\u7410\u7684\u4efb\u52a1\uff0c\u5c24\u5176\u662f\u5728\u9700\u8981\u663e\u793a\u7cbe\u7f8e\u7684\u683c\u5f0f\u65f6\u3002\u5bf9\u4e8e\u8fd9\u79cd\u573a\u666f\uff0c\u4e00\u79cd\u7b80\u5355\u53c8\u65b9\u4fbf\u7684\u65b9\u6cd5\u662f\u4f7f\u7528 CSS \u7684 ::before \u4f2a\u5143\u7d20\u3002<\/p>\n<p>\u5728\u9700\u8981\u6dfb\u52a0\u884c\u53f7\u7684 <\/p>\n<p>  \u5143\u7d20\u4e2d\uff0c\u6dfb\u52a0\u4ee5\u4e0b CSS \u6837\u5f0f\uff1a  <\/p>\n<pre>#code p::before {\n  content: attr(data-line-number);\n  min-width: 50px;\n  text-align: right;\n  display: inline-block;\n  padding: 0 5px;\n  color: #ccc;\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u63a5\u4e0b\u6765\uff0c\u4f7f\u7528 JavaScript \u904d\u5386\u4ee3\u7801\u5e76\u4e3a\u6bcf\u884c\u6dfb\u52a0\u4e00\u4e2a <\/p>\n<p> \u5143\u7d20\uff1a<\/p>\n<pre>var $code = document.getElementById('code');\n`&lt;!DOCTYPE html&gt;\n&lt;html lang=\"en\"&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;title&gt;\u884c\u53f7&lt;\/title&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n    &lt;p&gt;\u6d4b\u8bd5\u9875\u9762&lt;\/p&gt;&lt;p&gt;&lt;span&gt;\u7acb\u5373\u5b66\u4e60&lt;\/span&gt;\u201c&lt;a href=\"https:\/\/pan.quark.cn\/s\/c1c2c2ed740f\" style=\"text-decoration: underline !important; color: blue; font-weight: bolder;\" rel=\"nofollow\" target=\"_blank\"&gt;Java\u514d\u8d39\u5b66\u4e60\u7b14\u8bb0\uff08\u6df1\u5165\uff09&lt;\/a&gt;\u201d\uff1b&lt;\/p&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;`.split('\n').forEach((text, index) =&gt; {\n  var $line = document.createElement('p');\n  $line.dataset.lineNumber = index + 1;\n  $line.innerText = text;\n  $code.appendChild($line);\n});<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u901a\u8fc7\u8fd9\u79cd\u65b9\u5f0f\uff0c\u60a8\u53ef\u4ee5\u8f7b\u677e\u5730\u4e3a\u4ee3\u7801\u6dfb\u52a0\u884c\u53f7\uff0c\u5e76\u6839\u636e\u9700\u8981\u81ea\u5b9a\u4e49\u5176\u5916\u89c2\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u4f7f\u7528 CSS \u548c JavaScript \u4e3a\u4ee3\u7801\u6dfb\u52a0\u884c\u53f7\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>\u5982\u4f55\u8f7b\u677e\u5730\u7ed9\u4ee3\u7801\u6dfb\u52a0\u884c\u53f7 \u4e3a\u4ee3\u7801\u6dfb\u52a0\u884c\u53f7\u5f80\u5f80\u662f\u4e00\u9879\u7e41\u7410\u7684\u4efb\u52a1\uff0c\u5c24\u5176\u662f\u5728\u9700\u8981\u663e\u793a\u7cbe\u7f8e\u7684\u683c\u5f0f\u65f6\u3002\u5bf9\u4e8e\u8fd9\u79cd\u573a\u666f\uff0c\u4e00\u79cd\u7b80\u5355\u53c8\u65b9\u4fbf\u7684\u65b9\u6cd5\u662f\u4f7f\u7528 CSS \u7684 ::before \u4f2a\u5143\u7d20\u3002 \u5728\u9700\u8981\u6dfb\u52a0\u884c\u53f7\u7684 \u5143\u7d20\u4e2d\uff0c\u6dfb\u52a0\u4ee5\u4e0b CSS \u6837\u5f0f\uff1a #code p::before { content: attr(data-line-number); min-width: 50px; text-align: right; display: inline-block; padding: 0 5px; color: #ccc; } \u767b\u5f55\u540e\u590d\u5236 \u63a5\u4e0b\u6765\uff0c\u4f7f\u7528 JavaScript \u904d\u5386\u4ee3\u7801\u5e76\u4e3a\u6bcf\u884c\u6dfb\u52a0\u4e00\u4e2a \u5143\u7d20\uff1a var $code = document.getElementById(&#8216;code&#8217;); `&lt;!DOCTYPE html&gt; &lt;html lang=&#8221;en&#8221;&gt; &lt;head&gt; &lt;meta charset=&#8221;UTF-8&#8243;&gt; &lt;title&gt;\u884c\u53f7&lt;\/title&gt; &lt;\/head&gt; &lt;body&gt; &lt;p&gt;\u6d4b\u8bd5\u9875\u9762&lt;\/p&gt;&lt;p&gt;&lt;span&gt;\u7acb\u5373\u5b66\u4e60&lt;\/span&gt;\u201c&lt;a href=&#8221;https:\/\/pan.quark.cn\/s\/c1c2c2ed740f&#8221; style=&#8221;text-decoration: underline !important; color: blue; font-weight: bolder;&#8221; [&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-1788","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1788","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=1788"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1788\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=1788"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=1788"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=1788"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}