小
小邱
Unregistered / Unconfirmed
GUEST, unregistred user!
比如:
type
GhtPacket=Record
Optcode :string[2];
Lsh :string[14];
UserId :string[10];
end;
packet:GhtPacket;
s:='01200112060001231234567890';
move(s,packet,sizeof(packet))??????
type
GhtPacket=Record
Optcode :string[2];
Lsh :string[14];
UserId :string[10];
end;
packet:GhtPacket;
s:='01200112060001231234567890';
move(s,packet,sizeof(packet))??????