摘要: //需要注册Instance Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); var data = UrlDecode(response.RawBytes, Encoding.GetEncoding("gbk")); 阅读全文
posted @ 2023-01-17 16:40 liskov_design 阅读(144) 评论(0) 推荐(0)
摘要: 废话不说。直接上代码。 private static HashSet<string> hashSetLocationIds = new HashSet<string>(); string id = string.Format("{0}{1}{2}{3}{4}", 1,2,3,4).md5(); if 阅读全文
posted @ 2023-01-17 15:18 liskov_design 阅读(35) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-01-17 11:13 liskov_design 阅读(0) 评论(0) 推荐(0)