createObjectURL (blob) . const downloadFile = (blob, fileName) => { const link = document.createElement('a'); // create a blobURI pointing ...
確定! 回上一頁