function requestRevealZip() { JSZipUtils.getBinaryContent('js/reveal/reveal.zip', function(err, data) { if(err) throw err; zip = new JSZip(data); }); }.
確定! 回上一頁