gpt4 book ai didi

iphone - arrayWithContentsOfURL 的正确用法是什么?

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

这有点基础;我正在尝试检索 iPhone 应用程序的 http 数据。

我有 www.myhost.com/test.html 上面写着

<array><string>test</string><string>test2</string></array>

然后我有

NSURL *baseURL = [NSURLRLWithString:@"http://www.myhost.com/test.html"];
NSArray *array = [NSArray arrayWithContentsOfURL:baseURL];
NSLog(@"%@", [array description]);

不断返回 (null)。我错过了什么?谢谢!

最佳答案

它可能应该是一个完整的 plist 格式(带有 doctype 等等)

The man page

创建适当 plist 的最简单方法是使用“Property List Editor.app”

旁注:NSLog(@"%@", [array description]);NSLog(@"%@", array); 相同

关于iphone - arrayWithContentsOfURL 的正确用法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1869210/

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