python:实现套接字编程 client.py server.py client.py import socket s = socket.socket() server = input("Enter Server IP: ") s.connect((server, 12345