tcp編程-python

服務端: import socket word={'a':'1','b':'2','c':'3','d':'4','e':'5','bye':'bye'}  host='' port=50007 s=socket.socket(socket.AF_INET,socket.SOCK_STREAM) s.bind((host,port)) s.listen(1)   print('listening
相關文章
相關標籤/搜索