python TCP socket套接字编程以及注意事项 TCPServer.py TCPclient.py #注意事项: 网络中传输数据的格式是二进制,所以传输的数据都要编码和解码,默认是UTF-8 ...