Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
图像可以在网站中使用<img src=”data:<MIMETYPE>;base64,<BASE64_ENCODED_IMAGE>”>
<img src=”data:<MIMETYPE>;base64,<BASE64_ENCODED_IMAGE>”>
这也适用于音频文件(例如 mp3)吗?
简短的回答是
长答案
使用在线或其他形式的工具将您的音频文件转换为 base64
前任:src="src="data:audio/ogg;base64,......." />
src="src="data:audio/ogg;base64,......." />
这是一个实时链接