处理四舍五入
NSTimeInterval Interval = 305.721125;
NSInteger timeInt = [[NSString stringWithFormat:@"%.0f", Interval] integerValue];
Interval:305.721125
timeInt:306