摘要: #import "myCode.h" @implementation myCode /*! * @brief 把格式化的JSON格式的字符串转换成字典 * @param jsonString JSON格式的字符串 * @return 返回字典 */ + (NSDictionary *)dictionaryWithJsonString:(NSString *)json... 阅读全文
posted @ 2016-05-31 14:52 frounk 阅读(3675) 评论(0) 推荐(0)