C# 编程实现获取指定网卡的多个IP和子网掩码列表Dictionary<int, string> Get_IPAddress_IPSubnet_List(string adapter)  // adapter为指定的网卡
{
......
}C#