摘要: 一:NSString与NSInteger的互换NSInteger转化NSString类型:[NSString stringWithFormat: @"%d", NSInteger];NSString转化 NSInteger类型:NSInteger = [NSString intValue]; *其... 阅读全文
posted @ 2015-06-23 17:24 汪瑜 阅读(131) 评论(0) 推荐(0)