2024年8月12日
摘要: C#中的日期处理函数 //2007年4月24日 this.TextBox6.Text = System.DateTime.Now.ToString("D"); //2007-4-24 this.TextBox7.Text = System.DateTime.Now.ToString("d"); // 阅读全文
posted @ 2024-08-12 11:21 侗家小蚁哥 阅读(15) 评论(0) 推荐(0) 编辑