NSDictionary读取boolean值数据
摘要:
Object-c代码NSDictionary* json = [html JSONValue];bool bol = [[json objectForKey:@"state"] boolValue];switch (bol) { case 0: //false break; case 1: //tr... 阅读全文
posted @ 2014-08-15 19:09 &大飞 阅读(918) 评论(0) 推荐(0)
浙公网安备 33010602011771号