#setText

setText方法 输出string类型的字符串变量

onCreate方法中利用findViewById函数查找TextView对象mTextView01=(TextView)findViewById(R.id.myTextView01); Stringstr_2="welcomeandroid'sworld";mTextView01.setText(str_2...