03 2016 档案
object-c 字符串操作方法之--NSSring以及nsdata,int ,float ,char之间的转换
摘要:NSString *tempA = @"123"; NSString *tempB = @"456"; 1,字符串拼接 NSString *newString = [NSString stringWithFormat:@"%@%@",tempA,tempB]; 2,字符转int int intStr 阅读全文
posted @ 2016-03-04 14:00 明月在我心中 阅读(406) 评论(1) 推荐(0)