摘要: - (NSString *)timeWithTimeIntervalString:(NSString *)timeString { // 格式化时间 NSDateFormatter* formatter = [[NSDateFormatter alloc] init]; formatter.timeZone = [NSTimeZone timeZoneWithName:@... 阅读全文
posted @ 2016-08-11 22:37 iWillW 阅读(240) 评论(0) 推荐(0)