buf.Num(aOrderList->At(i)->Price()); writer.WriteL(buf); ///************************ //write the length of the name TInt length = aOrderList->At(i)->Name().Length(); writer.WriteInt16L(length); writer.WriteL(aOrderList->At(i)->Name()); 在写两个数据之间什么都没加,但是在txt里为什么会出现字符,像下面这样,那个“-” 是哪里来的 =================== 23 B a n a n a