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