摘要: /// /// 格林威治时间(时间戳)转换成标准时间 /// /// /// public DateTime GetDate(int longdate) { return DateTime.Parse("1970-01-01T00:00:00Z").AddSecond... 阅读全文
posted @ 2017-06-15 14:42 苏白簪 阅读(4639) 评论(0) 推荐(0)
摘要: Unicode编码转中文 private string NormalU2CC(string str)//”string str”指待传入的字符串 { string r = ""; MatchCollection mc = Regex.Matches(str, @"\\u([\w]{2})([\w]{ 阅读全文
posted @ 2017-06-15 10:26 苏白簪 阅读(1035) 评论(0) 推荐(0)