用ASP.Net获取客户端网卡的MAC
using System.Text.RegularExpressions;using System.Diagnostics;public class test{ public test {} public static string GetCustomerMac(string IP) //para IP is the client's IP ...