java 秒时间格式化
摘要:public static String durationFormat(Integer totalSeconds) { if (totalSeconds == null || totalSeconds < 1) { return "00:01"; } //将秒格式化成HH:mm:ss //这里应该用Du...
阅读全文
posted @ 2019-04-26 10:14
posted @ 2019-04-26 10:14
posted @ 2019-04-17 11:45
posted @ 2019-04-09 19:18
posted @ 2019-04-09 19:10