wuweixing
wuweixing
  • 发布:2015-07-04 17:42
  • 更新:2015-07-04 17:42
  • 阅读:1261

zip打包目录 iOS 和android 不一致

分类:HTML5+

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

2015-07-04 17:42 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复