gpt4 book ai didi

xml - 阅读 Tumblr 仪表板

转载 作者:行者123 更新时间:2023-12-03 18:00:50 25 4
gpt4 key购买 nike

有人可以解释一下如何用 cocoa 读取(或至少下载为 XML 格式)吗?我就这样试过了。这可能是完全错误的:)。

NSMutableURLRequest* request = [[NSMutableURLRequest alloc] initWithURL:[NSURL URLWithString:@"http://larcus.tumblr.com/api/read"]];
[request setHTTPMethod:@"POST"];
[request addValue:@"8bit" forHTTPHeaderField:@"Content-Transfer-Encoding"];
[request addValue: [NSString stringWithFormat:@"multipart/form-data; boundary=%@",[NSString MIMEBoundary]] forHTTPHeaderField: @"Content-Type"];


[NSURLConnection connectionWithRequest:request delegate:self];
[request release];

在 connectionDidFinishLoading: 方法中,我无法解析数据。预先感谢您!

最佳答案

您没有创建正确的 HTTP POST 请求。

看看my answer to this question了解如何正确执行此操作。

关于xml - 阅读 Tumblr 仪表板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6361019/

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