2011-04-22 31 views

回答

1
val letter = "s" 
val startRow = letter 
val endRow = (letter.charAt(0) + 1).toChar.toString 
相关问题