gpt4 book ai didi

ios - 如何修复警告 : Incompatible pointer types assigning to 'NSMutableString *' from 'NSString *'

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:49:30 29 4
gpt4 key购买 nike

我有这行代码给我一个警告:

result = [result substringToIndex:[result length] - 1];

警告是:

Incompatible pointer types assigning to 'NSMutableString *' from 'NSString *'

我想我明白问题出在哪里(我对子字符串的使用返回 NSString?)- 我只是不知道如何解决它。谁能赐教一下?

最佳答案

result = [[result substringToIndex:[result length] - 1] mutableCopy]

假设结果属于 NSMutableString 类。

关于ios - 如何修复警告 : Incompatible pointer types assigning to 'NSMutableString *' from 'NSString *' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19554418/

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