摘要: this.timer = setInterval(this.getTime, 1000); //实时刷新时间 getTime() { const date = new Date(); const year = date.getFullYear(); const month = date.getMon 阅读全文
posted @ 2023-09-05 10:11 采姑娘的小蘑菇呀 阅读(28) 评论(0) 推荐(0)