if(TextUtils.isEmpty(item)){
Toast.makeText(this,"为空", Toast.LENGTH_SHORT).show();
}
判断字符串为空
最新推荐文章于 2022-02-23 11:33:11 发布
if(TextUtils.isEmpty(item)){
Toast.makeText(this,"为空", Toast.LENGTH_SHORT).show();
}