摘要:
const getDate = function(date) { const hours = date.getHours(); const minutes = date.getMinutes(); const seconds = date.getSeconds(); const h = hours > 9 ? hours : "0" + hours; const m = minutes > 9 ? 阅读全文
posted @ 2019-10-17 15:25
KyleLjc
阅读(321)
评论(0)
推荐(0)

浙公网安备 33010602011771号