第1种方法:使用正则表达式。[0⑼]*第2种方法:使用异常解决,将获得到的字符串通过Integer.parseInt,使用try-catch捕获异常,如果是NumberFormatException那就是输入的不是数字,致使类型转换失败。