kingBook

导航

2020年10月22日 #

C# TimeSpan、DateTime

摘要: using System; using UnityEngine; TimeSpan timeSpan=TimeSpan.FromSeconds(10000);//10000秒 Debug.LogFormat("{0} {1} {2}",timeSpan.Hours,timeSpan.Minutes, 阅读全文

posted @ 2020-10-22 12:12 kingBook 阅读(232) 评论(0) 推荐(0) 编辑