拍摄的图片怎么清除掉,在哪个文件夹下。不然随着拍照的次数增加,APP的占用内存也会越来越大

Binary
- 发布:2017-02-10 16:17
- 更新:2017-02-13 09:44
- 阅读:1264
1 个回复
无色无花
cmr.captureImage( function( path ){
alert( "Capture image success: " + path );
},
function( error ) {
alert( "Capture image failed: " + error.message );
},
{resolution:res,format:fmt}
);
path是图片的路径