16进制字符串 用空格隔开

string Str = Regex.Replace(HexStr, @"(?<=[0-9A-F]{2})[0-9A-F]{2}", " $0");

猜你喜欢

转载自www.cnblogs.com/shuaiheng/p/10724088.html