首页 > 代码库 > 判断字符串为空

判断字符串为空

if(TextUtils.isEmpty(item)){    Toast.makeText(this,"为空", Toast.LENGTH_SHORT).show();}