读取zip文件,可以用在文件上传时,content就需要传入一个file; var new_zip = new JSZip();; new_zip.loadAsync(content) .then(function(zip) {
確定! 回上一頁