摘要: #!/bin/python # -*- coding:utf-8 -*- import socket from concurrent.futures import ThreadPoolExecutor def dict(ip, port): dic = {'ip': ip, 'port': port 阅读全文
posted @ 2019-08-20 15:45 風£飛 阅读(248) 评论(0) 推荐(0) 编辑