在此對象append你要的資料。 ... tv = (TextView) findViewById(R.id.tv); ... sb.append(array[a]); // 使用append 可追加String字串
確定! 回上一頁