import Recorder from 'js-audio-recorder' export default { data() { return { recorder: null, playTime: 0, timer: null, src: null } }, created() { this.recorder = new Recorder() }, methods: { // 開始錄音 handleStart() { this.recorder = new Recorder() Recorder.getPermission().then...
www.dbjr.com.cn/javascript/306912v...htm 2025-6-3