首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
JS中Blob对象转File对象
JS中Blob对象转File对象
tech
2022-09-29
110
MDN文档:https://developer.mozilla.org/zh-CN/docs/Web/API/File/File
let
mp3File
=
new
File
(
[
blob
]
,
'ex.mp3'
,
{
type
:
'audio/mpeg'
}
)
;
转载请注明原文地址:https://tech.qufami.com/read-5853.html
最新回复
(
0
)