With recent browsers, the easiest way is to use saveAs or a polyfill, see FileSaver.js : zip.generateAsync({type:"blob"}) .then(function (blob) ...
確定! 回上一頁