如何将 NSString 修剪为 11 个字符并添加 '…'到最后
我有一个想要修剪的字符串(如果它超过 11 个字符)。 如果是这种情况,应将其修剪为 11 个字符,并应附加一个“...”! 您建议的最佳做法是什么? 我遇到了 stringByPaddingToLength
但也许有更好的方法! 提前谢谢!
I have a String that I want to trim, if it has more than 11 characters.
If this is the case, it should be trimmed to 11 characters and a '…' should be appended!
What would u suggest is the best practice for that?
I came accross stringByPaddingToLength
But maybe theres a better way!
Thx in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
怎么样
What about