gpt4 book ai didi

iphone - NSString 未正确显示

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

我有以下 NSString:

NSString* searchURL = [NSString stringWithFormat:@"http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.quotes%20where%20symbol%20in%20(%22%@%22)%0A%09%09&format=json&env=http%3A%2F%2Fdatatables.org%2Falltables.env&callback=",symbol];  
NSLog(@"URL IS: %@", searchURL);

看起来打印时没有包含 %22:

URL IS: http://query.yahooapis.com/v1/public/yql?q=select220from2ahoo.finance.quotes2here              `º≠ymbol              813020n22@20X1.000982B6P-1042009&format=json&env=http0X1.8CFB8P-1023-1.9907460.000000datatables.org-1.990746alltables.env&callback=

如何确保 %22 包含在我的字符串中?

最佳答案

如果要在格式字符串中包含“%”符号,请使用“%%”

就像 printf 等人一样。

阅读 stringWithFormat 的完整文档以避免其他意外......

关于iphone - NSString 未正确显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3977099/

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