且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

发送请求到PHP服务器

更新时间:2023-02-26 13:44:31

我解决了这个问题,好像有一些问题

I solved the problem, seems like it had some problems with:

[NSURL URLWithString: @"http://textfake.com/test/mail.php"]];

,应该与www一起使用。代替:

and it should be with www. instead:

[NSURL URLWithString: @"http://www.textfake.com/test/mail.php"]];