2020年11月3日
摘要: timer2.Interval = 1000;//时间间隔 timer2.Start();//开始 timer2.Stop();//结束 private void timer1_Tick(object sender, EventArgs e)//每次运行 阅读全文
posted @ 2020-11-03 20:11 雪原日暮 阅读(79) 评论(0) 推荐(0)