摘要:
function formatSeconds(value) { var theTime = parseInt(value);// 秒 var theTime1 = 0;// 分 var theTime2 = 0;// 小时 if (theTime > 60) { theTime1 = parseIn 阅读全文
posted @ 2020-09-04 17:19
倔强的代码人
阅读(2383)
评论(0)
推荐(0)
浙公网安备 33010602011771号