createObjectURL (file); const fileName = 'Whatever.pdf'; const downloadLink = document.createElement('a'); downloadLink.href = fileURL; ...
確定! 回上一頁