CByteArray a;
a.add(20);
a.add(0);
a.add(10);
用这种方式向数组写数据后,在读出时,为什么0后边的元素值都为0