摘要: 1: 生成当天9:30-15:00时间间隔1分钟 /** * 15:20 时:分 格式时间增加num分钟 * @param {Object} time 起始时间 * @param {Object} num */ function addTimeStr(time, num) { var hour = 阅读全文
posted @ 2022-08-05 17:57 Michelyuan 阅读(1011) 评论(0) 推荐(0) 编辑
摘要: // 通过url链接获取视频时长 const getDurationByUrl = (videoUrl) => { // const videoDom = document.getElementById('video') const audio = new Audio(videoUrl) let d 阅读全文
posted @ 2022-08-05 17:52 Michelyuan 阅读(852) 评论(0) 推荐(0) 编辑