Now I need to display PDF in browser. var xhr = new XMLHttpRequest(); ... var blob = new Blob([this.response], { type: "application/pdf" });
確定! 回上一頁