摘要: 服务器端: 1 # -*- coding: utf-8 -*- 2 import socket, threading 3 4 con = threading.Condition() 5 HOST = raw_input("input the server's ip adrress: ") # Sym 阅读全文
posted @ 2016-03-09 13:17 billiepander 阅读(319) 评论(0) 推荐(0)