仍然是 Android 开发的菜鸟。所以这是我的代码
for(int i=1;i<=6;i++){
for(int j=startat;j<=7;j++){
String constring = "r" + i + "c" + j;
//TextView dtv = (TextView) findViewById(R.id.constring); #commented this out
}
}
有没有办法可以将字符串变量 constring 用作 Id?