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