摘要: 1 将系统时间转换成UNIX时间戳 DateTime dtStart = TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970,1,1));DateTime dtNow = DateTime.Parse(DateTime.Now.ToString());TimeSpan toNow = dtNow.Subtract(dtStart);stri... 阅读全文
posted @ 2006-04-12 14:19 非我 阅读(623) 评论(1) 推荐(0) 编辑