Loading

摘要: public class TimeTool { //根据出生年月计算 整数天 private static int GetAgeByBirthdate(DateTime birthdate) { DateTime now = DateTime.Now; int age = now.Year - bi 阅读全文
posted @ 2020-09-21 18:29 jevan 阅读(224) 评论(0) 推荐(0) 编辑