iOS15字符串格式化缺0补0的写法 -(NSString *)strWithTime:(NSTimeInterval )time { int minuties = time / 60; int secound = (int) time % 60;