后台在.cs文件里面写 protected void Timer1_Tick(object sender, EventArgs e) { Label1.Text = System.DateTime.Now.ToString(); }