摘要: 一:基于udp协议支持并发的套接字 客户端: from socket import * client = socket(AF_INET,SOCK_DGRAM) while True: msg = input(">>>: ").strip() client.sendto(msg.encode('utf 阅读全文
posted @ 2021-01-19 21:09 zz_yy 阅读(101) 评论(0) 推荐(0) 编辑
/* 鼠标点击求赞文字特效 */