摘要:
WinForm 获取http 网络图片 Image _image=Image.FromStream(WebRequest.Create("http://x.com/x.png").GetResponse().GetResponseStream()); ... 阅读全文
摘要:
1.获取本机局域网IP public static string GetInternalIp() { IPHostEntry myEntry = Dns.GetHostEntry(Dns.GetHostName()); ... 阅读全文