public static boolean isAngle(String str){ if(str.getBytes().length==str.length()){ //全是半角 return true; } return false; }