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