Random rnd = new Random();//宣告一個隨機 protected float GetRandomFloat(int min, int max) { //輸入範圍產生亂數 return rnd.Next(min, max); }.
確定! 回上一頁