質問編集履歴

2

追加

2019/06/19 16:09

投稿

anakama
anakama

スコア15

test CHANGED
File without changes
test CHANGED
File without changes

1

誤字

2019/06/19 16:09

投稿

anakama
anakama

スコア15

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  var zipFile = folder.getFilesByName("解凍したいzipファイル.zip");
32
32
 
33
- var fileBlob = zipFile.next().getBlob.setContentType("application/zip");
33
+ var fileBlob = zipFile.next().getBlob().setContentType("application/zip");
34
34
 
35
35
 
36
36