isLetter() 方法用于判断指定字符是否为字母。
boolean isLetter(char ch)
ch -- 要测试的字符。
如果字符为字母,则返回 true;否则返回 false。
public class Test {Java Character 类Java isDigit() 方法