timer控件控制显示系统时间,随时更新
摘要:
Timer控件<asp:Timer ID="Timer1" runat="server" Interval="1000" ontick="Timer1_Tick"> </asp:Timer>今天是:<asp:Literal ID="LitDate" runat="server"></asp:Literal>cs:private void GetTimeString() { string week = DateTime.Now.D 阅读全文
posted @ 2013-01-11 17:35 青春几米光 阅读(391) 评论(0) 推荐(0) 编辑