logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vant 中 datetime-picker 插件封装只取年

在node_modules=>vant=>es=>datetime-picker文件夹index.js中找到 三处 year-month 在分别在下面添加//1.if (this.type === 'year') result.splice(1, 4);//2.if (this.type === 'year') {month = 1date = 1;}/...

#javascript
vue 文字转语音播报 (SpeechSynthesisUtterance)

首先我们要在引入的地方写这一段代码const synth = window.speechSynthesis;const msg = new SpeechSynthesisUtterance();其次在我们要在methods里写两个函数// 语音播报的函数/***text – 要合成的文字内容,字符串* lang – 使用的语言,字符串, 例如:“zh-cn”* voiceURI – 指定希望使用的

到底了