摘要: 有时候在制作系统中,我们需要用到时间倒计时的使用。比如考试,如果到时自动提交 var timeShow = ''; /*设置2分倒计时*/ var time1 =new Date().getTime() + (2 * 1000 * 60);; var timer=setInterval(() => 阅读全文
posted @ 2020-04-29 09:37 fogwu 阅读(954) 评论(0) 推荐(0)