server.py @@ -108,6 +108,7 @@ try: # 如果带有头 if _str.startswith("##"): print("server接受到数据:",_str) total_length = int(_str[2:10]) _str = _str[10:]