摘要: import socket,os c=socket.socket() c.connect(('127.0.0.1',1688)) while True: msg='%s 发来问候!'%os.getpid() if not msg:continue c.send(msg.encode()) data= 阅读全文
posted @ 2019-03-12 18:47 777ijBGly- 阅读(822) 评论(0) 推荐(0) 编辑