<template> <slot v-bind="{ d: days, h: hours, m: mins, s: seconds, hh: `00...
IP属地:湖北
<template> <slot v-bind="{ d: days, h: hours, m: mins, s: seconds, hh: `00...
setTimeout延迟往绑定的fileList里面push内容 setTimeout(() => { this.fileList.push({name: `${...
var MillisecondToTime = function (msd) { var time = parseFloat(msd) / 1000; if ...
sortDownDate(a,b){ returnDate.parse(a.nameMonth)-Date.parse(b.nameMonth); }, //升序 sortU...
最近公司项目需要在移动端页面中使用语音播放功能,直接使用audio标签即可完成,但奈何默认的audio样式太丑,没办法,只能自己造轮子了。 ,在PC页面看起来还好,在移动端,...
functiongenerateAvatar(text,foregroundColor,backgroundColor){constcanvas=document.creat...