求一个逆运算(10分)

  • 主题发起人 主题发起人 5411
  • 开始时间 开始时间
5

5411

Unregistered / Unconfirmed
GUEST, unregistred user!
for i := 1 to length(s) do
begin
edit2.Text:=edit2.Text + inttohex(ord(s),2);
end;
end;
 
什么意思
 
inttohex(ord(s),2);
的逆运算.
 
showmessage(inttostr($ab));
则ab=171=10*16+11
 

Similar threads

S
回复
0
查看
896
SUNSTONE的Delphi笔记
S
S
回复
0
查看
873
SUNSTONE的Delphi笔记
S
S
回复
0
查看
685
SUNSTONE的Delphi笔记
S
S
回复
0
查看
645
SUNSTONE的Delphi笔记
S
后退
顶部