2011年9月10日 - 判断字符串是否仅为数字:1>用JAVA自带的函数public static boolean isNumeric(String str){ for (int i = str.length();--i>=0;){ ..
mcmoo.blog.51cto.com