摘要: server.py:import socketimport json,hashlibimport struct,os,sysdef my_send(conn,dic): str_dic=json.dumps(dic) b_dic=str_dic.encode('utf-8') mlen=struct 阅读全文
posted @ 2020-09-15 21:28 qqq789001 阅读(3743) 评论(0) 推荐(0)