摘要:
1 x2方式和x 方式的区别是 比如 比特为 0 x2显示的是 07 x显示的是 7 我们如果是要固定位32位MD5编码的话就使用x2方式 public static string GetMD5(string str) { StringBuilder sb = new StringBuilder() 阅读全文
摘要:
1 get方式获取网页 public string Get(string Url, string Referer, Encoding Encoder, ref string CookieStr) { string result = ""; WebClient myClient = new WebCl 阅读全文