dqnz43863 2011-09-15 00:23
浏览 50
已采纳

使用PHP将NSMutableArray发送到Json服务器

I have an NSmutableArray, and i want to send to the server in JSON format,the server will deserialize it and uptade the mysql.

NSMutableArray * jsonObject = [[NSMutableArray alloc]initWithObjects:@"Some",nil];
NSString* jsonString = jsonObject.JSONRepresentation;

I think that´s the ideia its correct? And how to send to server?

  • 写回答

1条回答 默认 最新

  • duanmeng7865 2011-09-15 00:34
    关注

    Check out NSMutableURLRequest's setHTTPMethod: (@"POST") and setHTTPBody: methods. You can build request and send it by NSURLConnection.

    NSMutableURLRequest class reference

    NSURLConnection class reference

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 用verilog实现tanh函数和softplus函数
  • ¥15 Hadoop集群部署启动Hadoop时碰到问题
  • ¥15 求京东批量付款能替代天诚
  • ¥15 slaris 系统断电后,重新开机后一直自动重启
  • ¥15 QTableWidget重绘程序崩溃
  • ¥15 谁能帮我看看这拒稿理由啥意思啊阿啊
  • ¥15 关于vue2中methods使用call修改this指向的问题
  • ¥15 idea自动补全键位冲突
  • ¥15 请教一下写代码,代码好难
  • ¥15 iis10中如何阻止别人网站重定向到我的网站