while ((line = bufferedReader.readLine()) != null) { log.append(line); } TextView textViewLog = (TextView)findViewById(R.id.textViewLog);
確定! 回上一頁