如何获取音频录制的src

How do I get the src of an audio recording?

本文关键字:src 音频 何获取 获取      更新时间:2024-01-03

我正试图从音频控件中获取blob url src,如Inspect Element片段所示:

<audio controls="" src="blob:http%3A//icubs.org.uk/ef44814c-3eed-44a3-a085-f56ab8f34903" id="audio"></audio>

有人知道最好的方法吗?有可能用文件拿到它吗。GetElementByID?

谢谢!

类似document.getElementById("audio").src?将blob URL转换为普通URL