{"id":27735,"date":"2024-11-24T16:11:51","date_gmt":"2024-11-24T08:11:51","guid":{"rendered":"https:\/\/fwq.ai\/blog\/27735\/"},"modified":"2024-11-24T16:11:51","modified_gmt":"2024-11-24T08:11:51","slug":"%e7%bd%91%e9%a1%b5%e4%b8%8a%e5%8a%a8%e6%80%81%e5%9d%97%e7%8a%b6%e5%86%85%e5%ae%b9%e5%a6%82%e4%bd%95%e5%ae%9e%e7%8e%b0%e4%b8%a4%e8%a1%8c%e6%96%87%e5%ad%97%e7%9c%81%e7%95%a5%e5%b9%b6%e8%b7%9f%e9%9a%8f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/27735\/","title":{"rendered":"\u7f51\u9875\u4e0a\u52a8\u6001\u5757\u72b6\u5185\u5bb9\u5982\u4f55\u5b9e\u73b0\u4e24\u884c\u6587\u5b57\u7701\u7565\u5e76\u8ddf\u968f\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173131004297720.jpg\" class=\"aligncenter\" title=\"\u7f51\u9875\u4e0a\u52a8\u6001\u5757\u72b6\u5185\u5bb9\u5982\u4f55\u5b9e\u73b0\u4e24\u884c\u6587\u5b57\u7701\u7565\u5e76\u8ddf\u968f\uff1f\u63d2\u56fe\" alt=\"\u7f51\u9875\u4e0a\u52a8\u6001\u5757\u72b6\u5185\u5bb9\u5982\u4f55\u5b9e\u73b0\u4e24\u884c\u6587\u5b57\u7701\u7565\u5e76\u8ddf\u968f\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5982\u4f55\u5728\u7f51\u9875\u4e0a\u5b9e\u73b0\u4e24\u884c\u6587\u5b57\u7701\u7565\u5e76\u8ddf\u968f\u52a8\u6001\u5757\u72b6\u5185\u5bb9<\/strong><\/p>\n<p>\u5f53\u7f51\u9875\u4e0a\u5b58\u5728\u52a8\u6001\u5757\u72b6\u5185\u5bb9\u65f6\uff0c\u5982\u4f55\u8ba9\u4e0a\u65b9\u4e24\u884c\u6587\u5b57\u5728\u5185\u5bb9\u53d1\u751f\u53d8\u5316\u65f6\u81ea\u52a8\u7701\u7565\u5e76\u8ddf\u968f\u52a8\u6001\u5185\u5bb9\uff0c\u662f\u4e00\u9879\u5e38\u89c1\u7684\u96be\u9898\u3002<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848<\/strong><\/p>\n<p><strong>\u65b9\u6cd5\uff1a<\/strong><\/p>\n<pre>\/* \u7236\u5143\u7d20 *\/\n.container {\n  display: flex;\n  align-items: center;\n}\n\n\/* \u5de6\u4fa7\u5185\u5bb9 *\/\n.content {\n  flex-grow: 1;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  display: -webkit-box;\n  -webkit-line-clamp: 2;\n  -webkit-box-orient: vertical;\n}\n\n\/* \u53f3\u4fa7\u5757\u72b6\u5185\u5bb9 *\/\n.block {\n  margin-left: auto;\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>javascript\u65b9\u6cd5\uff1a<\/strong><\/p>\n<pre>function truncateText(element, maxLength) {\n  \/\/ \u83b7\u53d6\u5143\u7d20\u7684\u5185\u5bb9\n  const text = element.textContent;\n\n  \/\/ \u8d85\u8fc7\u6700\u5927\u957f\u5ea6\uff0c\u622a\u65ad\u6587\u672c\u5e76\u6dfb\u52a0\u7701\u7565\u53f7\n  if (text.length &gt; maxLength) {\n    element.textContent = text.substring(0, maxLength) + '...';\n  }\n}\n\n\/\/ \u5bf9\u9700\u8981\u7701\u7565\u6587\u672c\u7684\u5143\u7d20\u8fdb\u884c\u904d\u5386\nconst elements = document.querySelectorAll('.content');\nelements.forEach((element) =&gt; {\n  truncateText(element, 20); \/\/ \u8bbe\u7f6e\u6700\u5927\u957f\u5ea6\u4e3a20\u4e2a\u5b57\u7b26\n});<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u6f14\u793a<\/strong><\/p>\n<p>\u53c2\u89c1\u4e0b\u65b9codepen\u793a\u4f8b\uff1a<\/p>\n<p>https:\/\/codepen.io\/xboxyan\/pen\/popwvnx<\/p>\n<p><strong>\u53c2\u8003\u6587\u7ae0<\/strong><\/p>\n<p>\u82e5\u9700\u66f4\u591a\u4fe1\u606f\uff0c\u53ef\u53c2\u8003\u4ee5\u4e0b\u6587\u7ae0\uff1a<\/p>\n<ul>\n<li>[\u5982\u4f55\u4f7f\u7528 css \u548c javascript \u5b9e\u73b0\u6587\u672c\u7701\u7565](https:\/\/segmentfault.com\/a\/1190000040172089)<\/li>\n<\/ul>\n<p>\u4ee5\u4e0a\u5c31\u662f\u7f51\u9875\u4e0a\u52a8\u6001\u5757\u72b6\u5185\u5bb9\u5982\u4f55\u5b9e\u73b0\u4e24\u884c\u6587\u5b57\u7701\u7565\u5e76\u8ddf\u968f\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\u5728\u7f51\u9875\u4e0a\u5b9e\u73b0\u4e24\u884c\u6587\u5b57\u7701\u7565\u5e76\u8ddf\u968f\u52a8\u6001\u5757\u72b6\u5185\u5bb9 \u5f53\u7f51\u9875\u4e0a\u5b58\u5728\u52a8\u6001\u5757\u72b6\u5185\u5bb9\u65f6\uff0c\u5982\u4f55\u8ba9\u4e0a\u65b9\u4e24\u884c\u6587\u5b57\u5728\u5185\u5bb9\u53d1\u751f\u53d8\u5316\u65f6\u81ea\u52a8\u7701\u7565\u5e76\u8ddf\u968f\u52a8\u6001\u5185\u5bb9\uff0c\u662f\u4e00\u9879\u5e38\u89c1\u7684\u96be\u9898\u3002 \u89e3\u51b3\u65b9\u6848 \u65b9\u6cd5\uff1a \/* \u7236\u5143\u7d20 *\/ .container { display: flex; align-items: center; } \/* \u5de6\u4fa7\u5185\u5bb9 *\/ .content { flex-grow: 1; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } \/* \u53f3\u4fa7\u5757\u72b6\u5185\u5bb9 *\/ .block { margin-left: auto; } \u767b\u5f55\u540e\u590d\u5236 javascript\u65b9\u6cd5\uff1a function truncateText(element, maxLength) { \/\/ \u83b7\u53d6\u5143\u7d20\u7684\u5185\u5bb9 const text = element.textContent; \/\/ \u8d85\u8fc7\u6700\u5927\u957f\u5ea6\uff0c\u622a\u65ad\u6587\u672c\u5e76\u6dfb\u52a0\u7701\u7565\u53f7 if [&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-27735","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/27735","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=27735"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/27735\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=27735"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=27735"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=27735"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}