摘要: public string GetIP() { IPAddress[] ips = Dns.GetHostAddresses(Dns.GetHostName()); //txtlocalIP.Text = ips[0].ToString(); IPAddress ip = IPAddress.Par 阅读全文
posted @ 2018-04-20 11:10 执念、旧时光 阅读(97) 评论(0) 推荐(0) 编辑