2019年10月17日

摘要: 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)

导航