DONE) { if (this.status === 200) { var blob = new Blob([xhr.response], { type: "application/pdf" }); var objectUrl = URL.createObjectURL(blob); iframe.src ...
確定! 回上一頁