C#获取ip

mac2024-07-14  48

string name = Dns.GetHostName(); string ip = Dns.GetHostAddresses(name).First().ToString();

 

最新回复(0)