{"id":28209,"date":"2024-11-24T10:23:30","date_gmt":"2024-11-24T02:23:30","guid":{"rendered":"https:\/\/fwq.ai\/blog\/28209\/"},"modified":"2024-11-24T10:23:30","modified_gmt":"2024-11-24T02:23:30","slug":"%e5%a6%82%e4%bd%95%e5%ae%9e%e7%8e%b0%e7%bd%91%e9%a1%b5%e4%b8%a4%e8%a1%8c%e6%96%87%e6%9c%ac%e7%9a%84ellipsis%e5%b9%b6%e8%b7%9f%e9%9a%8f%e5%8a%a8%e6%80%81%e5%9d%97%e7%8a%b6%e5%86%85%e5%ae%b9%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/28209\/","title":{"rendered":"\u5982\u4f55\u5b9e\u73b0\u7f51\u9875\u4e24\u884c\u6587\u672c\u7684ellipsis\u5e76\u8ddf\u968f\u52a8\u6001\u5757\u72b6\u5185\u5bb9\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173145926342297.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u5b9e\u73b0\u7f51\u9875\u4e24\u884c\u6587\u672c\u7684ellipsis\u5e76\u8ddf\u968f\u52a8\u6001\u5757\u72b6\u5185\u5bb9\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u5b9e\u73b0\u7f51\u9875\u4e24\u884c\u6587\u672c\u7684ellipsis\u5e76\u8ddf\u968f\u52a8\u6001\u5757\u72b6\u5185\u5bb9\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5982\u4f55\u5728\u7f51\u9875\u4e0a\u5b9e\u73b0\u4e24\u884c\u6587\u5b57ellipsis\u5e76\u8ddf\u968f\u52a8\u6001\u5757\u72b6\u5185\u5bb9<\/strong><\/p>\n<p>\u672c\u6587\u65e8\u5728\u89e3\u51b3\u5982\u4f55\u5728\u7f51\u9875\u4e0a\u5b9e\u73b0\u4e24\u884c\u6587\u672c\u7684ellipsis\uff08\u7701\u7565\u53f7\uff09\u5e76\u5728\u5176\u540e\u7d27\u968f\u4e00\u4e2a\u52a8\u6001\u7684\u5757\u72b6\u5185\u5bb9\u3002\u6b64\u6548\u679c\u53ef\u7528\u4e8e\u5728\u4e0d\u540c\u6587\u672c\u957f\u5ea6\u4e0b\u65e0\u7f1d\u8854\u63a5\u52a8\u6001\u5185\u5bb9\uff0c\u4f8b\u5982\u56fe\u6807\u6216\u6309\u94ae\u3002<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848\uff1a<\/strong><\/p>\n<p>\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b CSS \u548c\u5c11\u91cf JavaScript \u4ee3\u7801\u6765\u5b9e\u73b0\u8fd9\u4e00\u6548\u679c\uff1a<\/p>\n<pre>p {\n  overflow: hidden;\n  white-space: nowrap;\n  text-overflow: ellipsis;\n  display: inline-block;\n  max-width: 200px;  \/\/ \u6839\u636e\u9700\u8981\u8c03\u6574\u6700\u5927\u5bbd\u5ea6\n}\n\n.icon {\n  display: inline-block;\n  margin-left: 5px;\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<pre>function adjustIcons() {\n  var icons = document.querySelectorAll(\".icon\");\n  for (var i = 0; i &lt; icons.length; i++) {\n    var icon = icons[i];\n    var parent = icon.parentNode;\n    var margin = parseFloat(window.getComputedStyle(icon).marginLeft);\n    var width = icon.offsetWidth + margin;\n    parent.style.width = (parent.offsetWidth - width) + \"px\";\n  }\n}\n\nwindow.addEventListener(\"load\", adjustIcons);\nwindow.addEventListener(\"resize\", adjustIcons);<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u6f14\u793a\u6548\u679c\uff1a<\/strong><\/p>\n<p>[\u5728\u7ebf\u6f14\u793a](https:\/\/codepen.io\/xboxyan\/pen\/PopWVNX)<\/p>\n<p><strong>\u539f\u7406\uff1a<\/strong><\/p>\n<p>\u6b64\u89e3\u51b3\u65b9\u6848\u5229\u7528 CSS \u7684 text-: ellipsis \u5c5e\u6027\u548c display: inline-block \u5c5e\u6027\u6765\u5b9e\u73b0\u6587\u672c\u7684ellipsis\u3002max-width \u5c5e\u6027\u5219\u7528\u4e8e\u9650\u5236\u6587\u672c\u7684\u5bbd\u5ea6\u3002<\/p>\n<p>adjustIcons() \u51fd\u6570\u7528\u4e8e\u8c03\u6574\u52a8\u6001\u5185\u5bb9\u7684\u4f4d\u7f6e\uff0c\u4f7f\u5176\u7d27\u968fellipsis\u6587\u672c\u3002\u5b83\u52a8\u6001\u8ba1\u7b97\u52a8\u6001\u5185\u5bb9\u7684\u5bbd\u5ea6\u5e76\u76f8\u5e94\u8c03\u6574\u5176\u7236\u5143\u7d20\u7684\u5bbd\u5ea6\u3002<\/p>\n<p>\u6b64\u89e3\u51b3\u65b9\u6848\u5728\u5404\u79cd\u6d4f\u89c8\u5668\u4e2d\u8868\u73b0\u826f\u597d\uff0c\u5e76\u4e14\u53ef\u4ee5\u8f7b\u677e\u81ea\u5b9a\u4e49\u4ee5\u6ee1\u8db3\u4e0d\u540c\u9700\u6c42\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u5b9e\u73b0\u7f51\u9875\u4e24\u884c\u6587\u672c\u7684ellipsis\u5e76\u8ddf\u968f\u52a8\u6001\u5757\u72b6\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>\u5982\u4f55\u5728\u7f51\u9875\u4e0a\u5b9e\u73b0\u4e24\u884c\u6587\u5b57ellipsis\u5e76\u8ddf\u968f\u52a8\u6001\u5757\u72b6\u5185\u5bb9 \u672c\u6587\u65e8\u5728\u89e3\u51b3\u5982\u4f55\u5728\u7f51\u9875\u4e0a\u5b9e\u73b0\u4e24\u884c\u6587\u672c\u7684ellipsis\uff08\u7701\u7565\u53f7\uff09\u5e76\u5728\u5176\u540e\u7d27\u968f\u4e00\u4e2a\u52a8\u6001\u7684\u5757\u72b6\u5185\u5bb9\u3002\u6b64\u6548\u679c\u53ef\u7528\u4e8e\u5728\u4e0d\u540c\u6587\u672c\u957f\u5ea6\u4e0b\u65e0\u7f1d\u8854\u63a5\u52a8\u6001\u5185\u5bb9\uff0c\u4f8b\u5982\u56fe\u6807\u6216\u6309\u94ae\u3002 \u89e3\u51b3\u65b9\u6848\uff1a \u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b CSS \u548c\u5c11\u91cf JavaScript \u4ee3\u7801\u6765\u5b9e\u73b0\u8fd9\u4e00\u6548\u679c\uff1a p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: inline-block; max-width: 200px; \/\/ \u6839\u636e\u9700\u8981\u8c03\u6574\u6700\u5927\u5bbd\u5ea6 } .icon { display: inline-block; margin-left: 5px; } \u767b\u5f55\u540e\u590d\u5236 function adjustIcons() { var icons = document.querySelectorAll(&#8220;.icon&#8221;); for (var i = 0; i &lt; icons.length; i++) { var icon = icons[i]; var parent = [&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-28209","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/28209","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=28209"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/28209\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=28209"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=28209"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=28209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}