iframe文件下载和blob

iframe下载前端不能自定义文件名,需要后端处理. // 下载文件 downloadFile(item) { const iframe = document.createElement("ifra...