@@ -42,12 +42,4 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils {
}
return false;
-
- public static void main(String[] args) {
- String str="132";
- if (isContainChinese(str)) System.out.println("中文");
- else System.out.println("非中文");
- }