getBuffer(); var zip = new JSZip(); zip.file( 'test.txt', bufferContent, { binary : true } ); zip.generateAsync( { type : "nodebuffer" ...
確定! 回上一頁