摘要:
public static string GetClientIPv4Address() { string ipv4 = String.Empty; foreach (IPAddress ip in Dns.GetHostAddresses(GetClientIP())) { if (ip.Addre 阅读全文
posted @ 2016-04-27 16:16
安好无念
阅读(150)
评论(0)
推荐(0)
浙公网安备 33010602011771号