摘要: //公历转换为农历ChineseLunisolarCalendar ChineseCalendar = new ChineseLunisolarCalendar(); int year = ChineseCalendar.GetYear(DateTime.Now); int month = ChineseCalendar.GetMonth(Date... 阅读全文
posted @ 2018-09-05 17:06 Loading。。。 阅读(444) 评论(0) 推荐(0) 编辑