1
8
2446
4
先抛出两种十六进制数据转字符串的方法 方法一: // 十六进制数字转字符串,如: 0xf1---> "f1" static void Val2Hex(int8_t* hex,...