gpt4 book ai didi

cocoa - 设置带有换行符的 NSTextView 字符串

转载 作者:行者123 更新时间:2023-12-03 16:33:41 26 4
gpt4 key购买 nike

使用操作,我使用特定字符串设置 NSTextView 对象。例如:

[textView setString:@"sentence sentence sentence"];

是否可以在此代码中添加换行符,以便在本例中我将有三行包含单词“sentence”而不是单个“sentence句子句子”字符串?

最佳答案

您应该能够将换行符 (\n) 嵌入到字符串中,如下所示:

[textView setString:@"sentence\nsentence\nsentence"];

关于cocoa - 设置带有换行符的 NSTextView 字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4783754/

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