啦啦啦

摘要: 1 html初识 import socket def main(): sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.bind(('localhost',8081)) sock.listen(5) while True: p 阅读全文
posted @ 2017-12-06 13:19 路哥菜鸟 阅读(306) 评论(0) 推荐(0)