SaveToSd
- 保存在线图片至本地
方法名 | 参数传递 | 说明 |
---|---|---|
SaveToSd | {PicPath:'http://images/save.png (opens new window)'} | 保存在线图片至本地 |
/*
* 若多张图片Android需调用Func.SaveToSd(['http://images/save.png','http://images/save.png']);
*/
PublicLib.SaveToSd({PicPath:'http://images/save.png'});
1
2
3
4
2
3
4