温婉鸭子

文章
4
资源
0
加入时间
2年10月21天

C#生成随机数

using System;using System.Collections.Generic;using System.Text;namespace CreateRandomNo{    class RandomCreate    {        ///         /// 生成数字随机数        ///         ///