标签:字符 数字 http str 序列化 width info height head
json.dumps 序列化(将数据变成字符串格式)
head_json.encode(‘utf-8‘) 将字符串编译成bytes格式。
struct提供用format specifier方式对数据进行打包和解包(将数字转成固定长度的bytes格式)
套接字只能发送bytes格式的数据
只有字符能编码成bytes格式,数字等其它类型的数据不能编码成bytes格式。
标签:字符 数字 http str 序列化 width info height head
原文地址:https://www.cnblogs.com/linuxws/p/10398210.html