摘要: setInterval(() => { const now = new Date(); const hours = now.getHours().toString(); const minutes = now.getMinutes().toString(); const seconds = now.getSeconds().toString(); ... 阅读全文
posted @ 2018-11-02 11:34 陈小银 阅读(229) 评论(0) 推荐(0)
摘要: 使用 阅读全文
posted @ 2018-11-02 11:21 陈小银 阅读(368) 评论(0) 推荐(0)