java

tv_yue = (TextView) findViewById(R.id.tv_yue);
if(!Constant.cf_balance.isEmpty()){
tv_yue.setText(Constant.cf_balance+"元");
//tv_yue.setText(null);
}

原文地址:https://www.cnblogs.com/childhooding/p/4646412.html