createObjectURL (file) let blob = new Blob([await objectURL2Blob(url)], { type: \'application/pdf\' }) url = URL.createObjectURL(blob) ...
確定! 回上一頁