gpt4 book ai didi

objective-c - iPad/objective-C 同步 HTTP 请求示例?

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

我只能找到异步 iPad/objective C HTTP 示例。如何执行同步 Web 请求?

最佳答案

NSURLRequest * urlRequest = [NSURLRequest requestWithURL:aURL];
NSURLResponse * response = nil;
NSError * error = nil;
NSData * data = [NSURLConnection sendSynchronousRequest:urlRequest returningResponse:&response error:&error];

关于objective-c - iPad/objective-C 同步 HTTP 请求示例?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2676169/

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