正則判斷一個字符串是否爲數字(包括整數和小數)

判斷一個字符串是否爲數字(包括整數和小數) public class IsNumber { public static boolean isNumeric(String str) { //Pattern pattern = Pattern.compile("-?[0-9]+.?[0-9]+");//這個有問題,一位的整數不能經過 Pattern patter
相關文章
相關標籤/搜索