delphi随机数生成

来源:互联网 发布:nginx和tomcat区别 编辑:程序博客网 时间:2024/06/01 09:05
  Randomize;
  ShowMessage(IntToStr(Random(100)));
0 0