2019年8月2日
摘要: 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 阅读(153) 评论(0) 推荐(0) 编辑