悲凉小丸子

文章
4
资源
0
加入时间
2年10月18天

用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        ...