华鑫适配
server.py @@ -106,6 +106,7 @@ try: # 如果带有头 if _str.startswith("##"): print("接受到数据:",f"{_str[:20]}...{_str[-20:]}") total_length = int(_str[2:10]) _str = _str[10:] # 防止socket数据发生粘连