我想将下面的变量转换为网络字节序,发送出去 $id = 0x91727301980; $code = '67nbdxs3'; $times = 2; pack("Ha8H", $id,$code,$times); 请问这样对吗... 但是好像对方没有正确解出来 问题点数:50、回复次数:0Top