gpt4 book ai didi

iphone - 在动态 NSString 中间添加一个字符串

转载 作者:行者123 更新时间:2023-11-29 11:04:52 25 4
gpt4 key购买 nike

我有 NSString,如果 NSString 的内容来自 url。我想在此 NSString 之间添加一个词,后跟一个特定的词。这个 NSString 会不断变化吗

例如:

我得到的数据类似于"hi mac this is ios",这个字符串可能会像这样不断变化"hi ios this mac"或 hi this is mac ios"

我想添加一个像“hello”这样的词,后面总是跟着“mac”

" hi mac hello this is ios"
" hi ios this mac hello"
"hi this is mac hello ios"

我该怎么做

最佳答案

你可以使用:

string = [string stringByReplacingOccurrencesOfString:@"Mac" withString:@"Mac Hello"];

关于iphone - 在动态 NSString 中间添加一个字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14137384/

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