js 根据文件类型下载base64图片和文件 helloworld 151559 发布于 2022-01-11 const data = [ { Content: 'base64', type: 'img/png', path: '', }, { Content: '', path: 'filePath', type: 'Folder' }, ] 然后我想下载两份文件 javascript...
js 根据文件类型下载base64图片和文件 helloworld 151559 发布于 2022-01-11 const data = [ { Content: 'base64', type: 'img/png', path: '', }, { Content: '', path: 'filePath', type: 'Folder' }, ] 然后我想下载两份文件 javascript...