C # How to get the IP address of this unit on the Internet

xiaoxiao2021-03-06  20

using System.Net; string ComputerName = Dns.GetHostName (); IPHostEntry myHost = new IPHostEntry (); myHost = Dns.Resolve (ComputerName); for (int i; i

转载请注明原文地址:https://www.9cbs.com/read-43733.html

New Post(0)