Cannot invoke equals(char) on the primitive type char
String str = byteArray.toString();
char[] charArray = str.toCharArray();
if(charArray[0].equals('0'))
转载于:https://www.cnblogs.com/kaixin110/archive/2008/01/23/1049517.html