添加元素:QByteArray byteArray("xFexFex09x00", 4);
byteArray.append(1, (uchar)opt1);
byteArray.append("xA5", 1);初始化全为0:
byteArray.append(10, char(0));