System.InvalidCastException: “Unable to cast object of type 'System.Random' to type 'System.IConvertible'.”

后端 未结 0 1793
梦谈多话
梦谈多话 2020-11-22 14:00

using System;

namespace ConsoleApp1 { class Program { static void Main(string[] args) { Random count = new Random(); count.Next(1, 10); Random rnd = new Random(); rnd

相关标签:
回答
  • 消灭零回复
提交回复
热议问题