码迷,mamicode.com
首页 > 移动开发 > 详细

[iOS]字符串转字典

时间:2017-06-23 22:02:12      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:obj   bsp   mutable   json   ror   字符   ati   utf8   div   

有点时候,我们json中有post请求的网址,这个时候我们须要把网址字符串转换成body体 字典   放在post请求中



    NSString *body = [self.url_C_ componentsSeparatedByString:@"="].lastObject;

    NSData *data = [body dataUsingEncoding:NSUTF8StringEncoding];

    NSDictionary *dic = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingMutableContainers error:nil];


[iOS]字符串转字典

标签:obj   bsp   mutable   json   ror   字符   ati   utf8   div   

原文地址:http://www.cnblogs.com/yangykaifa/p/7071545.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!