摘要:
public int GetAgeByBirthdate(DateTime birthdate) { DateTime now = DateTime.Now; int age = now.Year - birthdate.Year; if (now.Month < birthdate.Month || (now.Month == birth... 阅读全文
posted @ 2019-04-13 15:48
Aaronguo
阅读(8941)
评论(0)
推荐(1)

浙公网安备 33010602011771号