摘要: 1 import threading 2 import socket 3 import time 4 def conn(): 5 cli = socket.socket() 6 cli.connect(("58.68.232.139",80)) 7 while True: 8 data = input(">>>").strip() 9 ... 阅读全文
posted @ 2017-01-09 21:40 李瑞鑫 阅读(284) 评论(0) 推荐(0) 编辑