plus.zip.compressImage({
src:url,
dst:"../_temp/temp.jpg",
quality:90,
overwrite:true,
format:"jpg"
},
function() {
alert("Compress success!");
},function(error) {
alert("Compress error!"+JSON.stringify(error));
});
在_temp目录下啥都没有
7***@qq.com
ios呢?在哪
2017-02-15 09:41