python 解析byte 到具体值
2023年07月11日
未分类
使用 struct.unpack('类型',byte对象) 方法,可以轻松解析byte 到具体值。类型对应的字节长度和字符串如下表 Format C Type Python type Standard size Notes x pad byte no value (7) c char bytes of length 1 1 ...
阅读全文