标签:
for(int i; i <expss.lengh();i++)
visit(new Character(s.charAt(2)).toString());
public static boolean isInteger(String str) {
Pattern pattern = Pattern.compile("^[-\\+]?[\\d]*$");
return pattern.matcher(str).matches();
}
标签:
原文地址:http://www.cnblogs.com/gain/p/5428153.html