在我们要实现字符串+数值作为参数输入setText()中时,很容易想到如下代码:int sayHelloWorld = 3;tv.setText(R.string.hello_world + sayHelloWorld) ...
確定! 回上一頁