/usr/bin/env python import socket # 主机 HOST = 'localhost' # 端口 PORT = 8086 def echo_client(): """Echo Server 的Client端""" s ...
確定! 回上一頁