cacheNetWork static method
网络图片,带缓存
Implementation
static CachedNetworkImage cacheNetWork(String path) {
return FFImageUtil.utilNetworkImage(path);
}
网络图片,带缓存
static CachedNetworkImage cacheNetWork(String path) {
return FFImageUtil.utilNetworkImage(path);
}