摘要: 倒计时6s后关闭 var times = 6;var timer = null; countdown() { this.timer = setInterval(() => { this.times--; if (this.times 0) { clearInterval(this.timer); / 阅读全文
posted @ 2021-12-09 14:39 君君仔的随笔 阅读(80) 评论(0) 推荐(0)