C# 时间相关

1.得到当前时间,时间间隔code var time_start = DateTime.Now; ulong pts = Convert.ToUInt64((DateTime.Now - time_start).TotalMilliseconds);
相关文章
相关标签/搜索