gpt4 book ai didi

php - 为什么 -stringWithContentsOfURL 不返回我的 php echo?

转载 作者:行者123 更新时间:2023-12-03 21:13:07 25 4
gpt4 key购买 nike

我的应用程序访问服务器上的一个简单的 php 文件,该文件执行简单的回显“YES”;用于测试目的。我尝试将 echo 的内容获取到 NSString 对象中,如下所示,但我的字符串始终返回(null)。怎么了?

NSString *theString = [NSString stringWithContentsOfURL:aURLThatEchos];
NSLog(@"Value is: %@", theString);



//Outputs: Value is: (null)

最佳答案

确保 URL 实际上是一个有效的、非零的 NSURL 对象。确保服务器看到命中。您还可以尝试使用 NSURLConnection、ASIHTTPRequest 或其他异步方法来发出请求,因为这将为您提供更多失败和错误信息。

关于php - 为什么 -stringWithContentsOfURL 不返回我的 php echo?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1512411/

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