C#代码精确到毫秒时间戳写法

             TimeSpan ts = new TimeSpan(DateTime.Now.Ticks);
            ts.TotalMilliseconds;
 
posted @ 2016-11-23 16:09  小菜鸟叽叽喳喳  阅读(8806)  评论(0)    收藏  举报