C#生成随机数 using System;using System.Collections.Generic;using System.Text;namespace CreateRandomNo{ class RandomCreate { /// /// 生成数字随机数 /// /// 工作经验 2023-08-25 49 点赞 0 评论 74 浏览