net / com.drake.net / android.content.Context / syncDownloadImage
funContext.syncDownloadImage(url:String, with:Int= 0, height:Int= 0):File
fun
Context
.syncDownloadImage(url:
String
, with:
Int
= 0, height:
= 0):
File
同步下载图片, 图片宽高要求要么同时指定要么同时不指定 要求依赖 Glide
url - 请求图片的绝对路径
url
with - 图片宽度
with
height - 图片高度
height