5个数 随机获取有5个数 如 62 63 64 65 66如何随机获取其中一个数?[解决办法]
Random dom = new Random(); int i=dom.Next(62, 66);[解决办法]