摘要:
'''import socket# (1) 构建套接字对象,确定通信协议sock = socket.socket(family=socket.AF_INET, type=socket.SOCK_STREAM)ip_port = ("127.0.0.1", 8790)sock.connect(ip_p 阅读全文
posted @ 2022-05-10 22:05
呼长喜
阅读(87)
评论(0)
推荐(0)
摘要:
'''import socket# (1) 构建套接字对象,确定通信协议sock = socket.socket(family=socket.AF_INET, type=socket.SOCK_STREAM)# (2) 绑定IP和端口ip_port = ("127.0.0.1", 9999)sock 阅读全文
posted @ 2022-05-10 21:50
呼长喜
阅读(57)
评论(0)
推荐(0)

浙公网安备 33010602011771号