为其赋string型初始值:text.setText(String);
为其赋int型初始值:text.setText(FPS+"");FPS为int型变量
注意:在为其赋int型初始值时不同于string型。