清除某个url图片已经下载了 String imgUrl="http://www.5454545.jpg" Uri uri = Uri.parse(imgUrl); Picasso.with(getApplicationContext()).invalidate(uri);