https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html ... isInteger("123.67"); isInteger("9876"); } boolean isInteger(String s) { boolean ...
確定! 回上一頁