java計算年齡的工具類
整理一篇Java計算年齡的工具類,方便實用 1 public static int getAgeByBirth(String birthday) throws ParseException { 2 // 格式化传入的时间 3 SimpleDateFormat format = new SimpleDateFormat("yyyy-M...