摘要:
const timeFormat = function (mSeconds) { if (mSeconds 0) { return '<1s' } if (isNaN(mSeconds)) { return '00:00:00' } else { mSeconds = Math.round(mSec 阅读全文
posted @ 2022-04-22 15:59
辰-月
阅读(41)
评论(0)
推荐(0)
摘要:
const timeFormat = function (mSeconds) { if (mSeconds 0) { return '<1s' } if (isNaN(mSeconds)) { return '00:00:00' } else { mSeconds = Math.round(mSec 阅读全文
posted @ 2022-04-22 15:54
辰-月
阅读(210)
评论(0)
推荐(0)