摘要: /// /// 获取本机的MAC地址 /// /// public static string GetMACString() { ManagementClass mAdapter = new ManagementClass("Win32_NetworkAdapterConfi... 阅读全文
posted @ 2016-04-09 15:12 空陈 阅读(295) 评论(0) 推荐(0)
摘要: /// /// 获取本机的IP地址 /// /// /// public static string GetLocal1IP() { String[] addresses = GetLocalIP(); if (addresses != null... 阅读全文
posted @ 2016-04-09 15:10 空陈 阅读(164) 评论(0) 推荐(0)