摘要: # 阅读全文
posted @ 2017-07-29 12:03 陈奕迅-可以了 阅读(205) 评论(0) 推荐(0) 编辑
摘要: import socket,hashlib client = socket.socket() client.connect(("localhost", 6971)) ##开始连接 (ServerIP,ServerPort) while True: cmd = input("Please input the message>>").strip() print(cmd) ... 阅读全文
posted @ 2017-07-29 12:02 陈奕迅-可以了 阅读(274) 评论(0) 推荐(0) 编辑