摘要:
import socketimport threadingclass Udp_chat(object): def __init__(self): self.udp_socket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) self.udp_s 阅读全文
posted @ 2019-08-02 18:17
Yihan_07
阅读(162)
评论(0)
推荐(0)
浙公网安备 33010602011771号