2008年7月11日
摘要: 原文出处:http://www.wangchao.net.cn/bbsdetail_1794035.html 1、DateTime 数字型 以下是引用片段: System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=cu... 阅读全文
posted @ 2008-07-11 16:11 Lisazz 阅读(333) 评论(0) 推荐(0) 编辑