loadAsync (content) .then(function(zip) { zip.file("hello.txt").async("string"); // a promise of "Hello World\n" }); 複製程式碼 ...
確定! 回上一頁