摘要: 1.从小到大自然排序NSDictionary *dic = @{@"devicetype":@"1", @"hospital_id":@"2", @"phone":@"3", @"user_id":@"4", @"hsnm":@"2", @"njh":@"1", @"hanm":@"2", @"hbnm&qu 阅读全文
posted @ 2018-12-27 00:23 神来钥匙-陈诗友 阅读(685) 评论(0) 推荐(0)
摘要: - (NSString *)keyValueStringWithDict:(NSDictionary *)dict { if (dict == nil) { return nil; } NSMutableString *string = [NSMutableString stringWithString:@"?"]; [dict enumerate... 阅读全文
posted @ 2018-12-27 00:22 神来钥匙-陈诗友 阅读(636) 评论(0) 推荐(0)