好在Python提供了一个 struct 模块来解决 bytes 和其他二进制数据类型的转换。 struct 的 pack 函数把任意数据类型变成 bytes : >>> import struct ...
確定! 回上一頁