1.收发字符串处理
# 接收字符处理 b转str # json_str = str(self.data, encoding="utf8") json_str = self.data.decode("utf-8") # 发送字符处理 str转b data.encode()
posted on 2020-05-18 15:01 星河赵 阅读(478) 评论(0) 编辑 收藏 举报