摘要: [System.Runtime.InteropServices.DllImport("user32.dll", CharSet = System.Runtime.InteropServices.CharSet.Auto, ExactSpelling = true)] public static ex 阅读全文
posted @ 2020-04-29 09:14 东京花语 阅读(1794) 评论(1) 推荐(1)
摘要: WebClient client = new WebClient(); byte[] buffer = client.DownloadData("http:// "); string res = System.Text.ASCIIEncoding.ASCII.GetString(buffer); 阅读全文
posted @ 2020-04-29 08:54 东京花语 阅读(830) 评论(0) 推荐(0)