2022年11月22日
摘要: 1、video 属性 <!-- video 不支持 IE8及以下版本浏览器,支持三种视频格式:MP4,WebM 和 Ogg --> <video src="test.mp4" controls width="400" height="300"></video> <!-- 禁止下载 --> <vide 阅读全文
posted @ 2022-11-22 09:19 好大的虫子 阅读(666) 评论(0) 推荐(0)
摘要: created() { //取前一天时间 let reTime = this.getDay(-1, 7200000); //转化为毫秒 let jugdeTime = Date.parse(reTime); console.log('昨天:', this.getDay(-1, 7200000)) c 阅读全文
posted @ 2022-11-22 09:06 好大的虫子 阅读(299) 评论(0) 推荐(0)