List<String> rows(String letter) {. 5. List<String> result = List();. 6. 7. for (int i = 0; i <= alphabet.indexOf(letter); i++) {.
確定! 回上一頁