最新回答 / lingxi
前提得是你在create里面用findviewbyid找到TextVeiw,你要用變量名調用setText啊 不是用變量類型。即TextView a; a=(TextView)findViewById(...);然后a.setText(...)
2016-01-28