2022年6月16日
摘要: 时间戳代表的是当前时间距离格林威治时间(1970-01-01 00:00:00)的总秒数,在js中生成的时间戳是总毫秒数,如Number(new Date()) 一、生成时间戳 public static string GenerateTimeStamp(bool isUnix = true) { 阅读全文
posted @ 2022-06-16 10:31 DreamerSix 阅读(5160) 评论(0) 推荐(0)