readAsDataURL(blob) reader.onload = function (e) { //创建a标签模拟点击事件下载文件流 const object = document.createElement('a'); //下载的pdf名称 ...
確定! 回上一頁