python 6.0 TCP

#! /usr/bin/python3.4 from socket import * from time import ctime import select import queue from time import sleep host = '127.0.0.1' port = 8888 buffsize = 2048 ADDR = (host,port) server = socket
相關文章
相關標籤/搜索