gpt4 book ai didi

objective-c - 如何转义字符串中的双引号?

转载 作者:太空狗 更新时间:2023-10-30 03:15:21 25 4
gpt4 key购买 nike

我希望双引号出现在以下字符串中,因此它看起来像:

"hi there == "

这是我使用的代码:

NSMutableString *s = [[NSMutableString alloc] init];
[s appendString:@""""];
[s appendString:@"hi there == ""\n\r"];

相反,我只会得到:

hi there ==

有什么想法吗?

最佳答案

[s appendString:@"hi there == \"\n\r"];

\"" 所需要的 - 这是标准的 C 格式。

关于objective-c - 如何转义字符串中的双引号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1352323/

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