downloadImageData(){ var blob = new Blob([this.data], { type: 'application/zip'' }); FileSaver.saveAs(blob,'image.zip'); }.
確定! 回上一頁