gpt4 book ai didi

html - html和css中的分词

转载 作者:行者123 更新时间:2023-11-28 05:58:28 24 4
gpt4 key购买 nike

我目前正在尝试使用 CSS 将 ADIDAS SUPERSTAR LIMITED EDITION* 中的单词显示为 **ADIDAS SUPERSTAR.....**。当我尝试在 css 中使用 break-word 但不起作用时。我该怎么做?

enter image description here

最佳答案

我想你想使用文本溢出:

.title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

关于html - html和css中的分词,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36919185/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com