window.navigator.msSaveOrOpenBlob(blob, fileName);. 16. } 17. else { // much easier if not IE. 18. window.open("data:application/pdf;base64," + data, ...
確定! 回上一頁