摘要: TPC 客户端 impor socket, struct # struct 用来打包数据长度,或者报头长度 sk = socket.socket()sk.bind(('127.0.0.1', 9999))sk.listen()coon, adress = sk.accept()print(adres 阅读全文
posted @ 2019-01-19 17:44 小马_81 阅读(582) 评论(0) 推荐(0)