摘要: public class Student { public string name { get; set; } public string sex { get; set; } } public static void Show01() { int r = new Random().Next(3, 4 阅读全文
posted @ 2022-04-01 17:36 violety 阅读(558) 评论(0) 推荐(0) 编辑