test
├── a
├── b
└── d
└── j
plus.zip.compress('./test/','./test.zip',
function() {
alert("Compress success!");
},function(error) {
alert("Compress error!");
});
android 打包内容为
test
├── a
├── b
└── d
└── j
1 directory, 3 files
iOS 打包内容为
.
├── a
├── b
└── d
└── j
1 directory, 3 files
0 个回复