可以再界面是加一个lable控件Id为lblTime ,lblTime.text=DateTime.Now.ToString();然后在加个Timer控件设置它的属性 Interval为 1000 就可以了
datetime.Now.tostring();在用页面调用下 this.timer1.Enabled = true;