h为小时 m为分钟
//时间格式 val timeType = "HH:mm" val sdf = SimpleDateFormat(timeType) val s ="$h:$m" val time = sdf.parse(s).time return sdf.format(time)