文档目录
将十六进制字符串转换为字节。
byte hexToByte(string str);
要转换的字符串
字节
“a” -> 0x0a “aa” -> 0xaa “s” -> 0x0 //非16进制字符