摘要: 恢复内容开始 public static string ConvertToAge(DateTime birthday, DateTime referenceDate) { // 年龄的字符串表示 string strAge = string.Empty; //显示的名称 string ageName 阅读全文
posted @ 2021-08-22 15:09 gt_wu 阅读(72) 评论(0) 推荐(0)