gpt4 book ai didi

React-Native:限制卡片部分中显示的文本长度

转载 作者:行者123 更新时间:2023-12-01 07:01:59 24 4
gpt4 key购买 nike

我有一个很大的文本字段,当我在卡片部分显示它时,我需要在最后修剪它并只显示特定长度。
例如:
如果文字是:

Lorem Ipsum is simply dummy text of the printing and typesettingindustry. Lorem Ipsum has been the industry's standard dummy text eversince the 1500s, when an unknown printer took a galley of type andscrambled it to mak


我需要缩短长度以获得如下文本:

Lorem Ipsum is simply dummy text...

最佳答案

您可以组合 numberOfLineswidth / flex Prop 来达到这个效果。

<Text numberOfLines={1} style={{ width: 100 }}>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to mak
</Text>

关于React-Native:限制卡片部分中显示的文本长度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50132088/

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