DELPHI 随机选数问题。
问下varForm1:TForm1;a:array[1..5]ofinteger=(1,3,4,8,9);procedureTForm1.Button1Click(Sen...
问下
var
Form1:TForm1;
a:array[1..5]of integer=(1,3,4,8,9);
procedure TForm1.Button1Click(Sender: TObject);
begin
edit1.Text:=inttostr(a[random(6)]);
end;
里面为什么是random(6);?????????????????? 展开
var
Form1:TForm1;
a:array[1..5]of integer=(1,3,4,8,9);
procedure TForm1.Button1Click(Sender: TObject);
begin
edit1.Text:=inttostr(a[random(6)]);
end;
里面为什么是random(6);?????????????????? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询