如何将秒转换为分钟和秒?
我知道你可以把秒转换成几分钟,但是我不知道如何才能得到剩下的秒数......
int minutes = seconds / 60;
time objective-c
objective-c ×1
time ×1