L
lixiaohui
Unregistered / Unconfirmed
GUEST, unregistred user!
var
a,b,c:longword;
begin
a:=3031114548;
showmessage(inttostr(ntohl(a)));
b:=874752948;
showmessage(inttostr(htonl(b)));
为什么3031114548经过ntohl后转换成了874752948,但是874752948经过htonl后却不能转换成3031114548?请赐教,谢谢
a,b,c:longword;
begin
a:=3031114548;
showmessage(inttostr(ntohl(a)));
b:=874752948;
showmessage(inttostr(htonl(b)));
为什么3031114548经过ntohl后转换成了874752948,但是874752948经过htonl后却不能转换成3031114548?请赐教,谢谢