摘要: using System;using System.Collections.Generic;using System.Linq; using System.Text;using System.Runtime.InteropServices;using System.Net;namespace getMac{ public static class Class1 { //获取mac地址 public static string getMyMac() { string ip = GetIP(); //本机ip地址 int dest = inet_addr(ip); int num2 = inet_ 阅读全文
posted @ 2012-10-11 16:57 孤狼灬 阅读(365) 评论(1) 推荐(0) 编辑