var blob = new Blob( [ arr ], { type: "application/pdf" } ) var url = URL.createObjectURL( blob ); var pdfWindow = window.open("");
確定! 回上一頁