您当前的位置: 首页 >  unity工具人 c#

c#时间格式转换

unity工具人 发布时间:2021-09-13 23:43:30 ,浏览量:3

这里写自定义目录标题
  • 时分秒

时分秒
public string FormatTime(int totalSeconds)
        {
            int hours = totalSeconds / 3600;
            string hh = hours             
关注
打赏
1688896170
查看更多评论
0.0539s