摘要: string mac = "A844817EFD3C"; byte[] _mac = new byte[mac.Length/2]; for(int i=0;i<_mac.Length;i++) { _mac[i] = Convert.ToByte(mac.Substring(i*2,2), 16) 阅读全文
posted @ 2021-08-10 14:40 All_Nighter 阅读(335) 评论(0) 推荐(0)