摘要:
//秒转化成 时分秒 function secondToDate(result) { var h = Math.floor(result / 3600); var m = Math.floor((result / 60 % 60)); var s = Math.floor((result % 60)); return result = h + "小时" + m + ... 阅读全文
posted @ 2019-04-21 10:18
炎泽
阅读(764)
评论(0)
推荐(0)

浙公网安备 33010602011771号