浏览器麦克风使用 <button type="button" id="start-btn">开始录音</button> <button type="button" id="stop-btn">停止录音</button> <button type="button" id="play-btn">播放录音</button>const startBtn = do... 2023-03-15 10:42:00 JS ·