Random rnd = new Random(); int number = rnd.Next(1, 10); ... Random.Range(1, 100); //Random number between 1 and 99 ... c# math random.
確定! 回上一頁