發布時間:2020-08-06 10:02 作者:獨孤劍 閱讀:1660
static void Main(string[] args) { string[] str = new string[] { "135", "136", "137", "138", "139", "150", "151", "158", "159", "130", "131", "155", "156", "186", "133", "153", "181", "189" }; Random rnd = new Random(Guid.NewGuid().GetHashCode()); for (int i = 0; i < 50; i++) { Console.WriteLine(str[rnd.Next(str.Length)]); } Console.ReadKey(); }
微信打賞, 微信掃一掃
支付寶打賞, 支付寶掃一掃
如果文章對您有幫助,歡迎給作者打賞