M
mawei0913_green
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TForm1.Button1Click(Sender: TObject);
begin
Randomize;
showmessage(chr(65+random(26))+chr(65+random(26))
+inttostr(Random(10))+inttostr(Random(10))
+chr(65+random(26))+chr(65+random(26)));
end;
请教:65在此程序里代表什么意思,请各位高人明示
begin
Randomize;
showmessage(chr(65+random(26))+chr(65+random(26))
+inttostr(Random(10))+inttostr(Random(10))
+chr(65+random(26))+chr(65+random(26)));
end;
请教:65在此程序里代表什么意思,请各位高人明示