Commit 3548f2a6 by guojuxing

规范

parent 4242effa
...@@ -20,7 +20,6 @@ public class ValidSplitUtils { ...@@ -20,7 +20,6 @@ public class ValidSplitUtils {
public static boolean isNumericZidai(String str) { public static boolean isNumericZidai(String str) {
for (int i = 0; i < str.length(); i++) { for (int i = 0; i < str.length(); i++) {
System.out.println(str.charAt(i));
if (!Character.isDigit(str.charAt(i))) { if (!Character.isDigit(str.charAt(i))) {
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment