加到我的控件的ID,然后在代码中进行点击监听应该是可以改变字体粗细的.TextView tv = (TextView)findViewById(R.id.tv); TextPaint tp = tv.getPaint(); tp.setFakeBoldText(true);