秒数转换为时分秒 TimeSpan ts1 = new TimeSpan(0, 0, DS11time); DS11 = ts1.Hours + "小时" + ts1.Minutes + "分钟" + ts1.Seconds + "秒";