var file = new Blob([data], { type: 'application/pdf' }). 6. var fileURL = URL.createObjectURL(file);. 7. . 8. // if you want to open PDF ...
確定! 回上一頁