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