Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道本地网络上计算机的名称。有没有办法返回该计算机的 IP 地址?
简单回答我的问题:
ipaddress = System.Net.Dns.GetHostEntry("hostname-here").AddressList(1).ToString