日期:2014-05-18 浏览次数:20836 次
Random r = new Random(); Color c = Color.FromArgb(r.Next(0, 255), r.Next(0, 255), r.Next(0, 255));