摘要: 无注释版 os.popen()模式 server端 client端 python import socket phone = socket.socket() phone.connect(('localhost',8088)) while 1: client_data = input(" ") if 阅读全文
posted @ 2019-08-15 22:16 小人物哎 阅读(496) 评论(0) 推荐(0)