摘要:public static bool IsLeapYear(int year) { return DateTime.IsLeapYear(year); }
阅读全文
posted @ 2009-02-24 15:12
|
|||
02 2009 档案
摘要:public static bool IsLeapYear(int year) { return DateTime.IsLeapYear(year); }
阅读全文
posted @ 2009-02-24 15:12
|
|||