TextView tv_text = findViewById(R.id.tv_text); String text = getString(R.string.strings1, "Tom"); tv_text.setText(text); Log.i(TAG, ...
確定! 回上一頁