❉。.:*花瓣雨 *.:。*❉

❉。.:*Angel *.:。*❉

导航

2017年5月11日

摘要: NSString *tempA = @"123"; NSString *tempB = @"456"; // 1,字符串拼接 NSString *newString = [NSString stringWithFormat:@"%@%@",tempA,tempB]; //2,字符转NSInteger 阅读全文

posted @ 2017-05-11 10:58 天使毛毛 阅读(93) 评论(0) 推荐(0)