摘要: 今天学习了语音输入的html。 function start() { console.log('start') // 开启 recognition.continuous = true; recognition.start(); } function end() { console.log('end' 阅读全文
posted @ 2023-05-02 09:08 一个小虎牙 阅读(19) 评论(0) 推荐(0)