String formatInformationArray={"101010000010010"};
byte content=Byte.parseByte(formatInformationArray.substring(i,i+1));
我是新手,我想知道byte得到的值是多少啊!是不时每两位合并比如第一个为和第二位,那么content是10还是2啊!