摘要: 代码 function formatTime(millis, reserve=false){ let units = [ { unitName: '毫秒', threshold: 1000, }, { unitName: '秒', threshold: 60, }, { unitName: '分钟' 阅读全文
posted @ 2022-10-21 11:44 星小梦 阅读(54) 评论(0) 推荐(0) 编辑