String str="0XCC";
byte[] b = new byte[10];
b[0] = (byte) str;     // 这里怎么把str转成byte啊 ? 这样编译不通过
                          // 0XCC是从数据库读出来的字符串 string