日期:2014-05-17 浏览次数:20893 次
Random rnd = new Random(DateTime.Now.Millisecond);int th1 = rnd.Next(0, 120); thermometer1.CurValue = th1; wendu1.Text = Convert.ToString(th1);
Thread.Sleep(1000);//延迟1秒