ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
原作者:yufan    chm整合-yufan  Q:956932910 个人网站[http://www.phper.kuphp.net/](http://www.phper.kuphp.net/)  论坛推荐[http://bbs.lampym.com/index.php?c=thread&fid=12](http://bbs.lampym.com/index.php?c=thread&fid=12)     css里面加入这个 .text-overflow {     display: inline-block;     white-space: nowrap;     overflow: hidden;     text-overflow: ellipsis;     width: 200px;     height:20px; }       下面比如a标签之类的需要的地方加上这个 class="text-overflow" <a href="#" class="text-overflow"></a>