秀丽云朵

文章
3
资源
1
加入时间
2年10月24天

python httpserver 支持ipv6

在创建HTTPServer实例之前将address_family设置成socket.AF_INET6#!/usr/bin/pythonimport commandsfrom BaseHTTPServer import BaseHTTPRequestHandler,HTTPServerimport socket,SocketServerPORT_NUMBER = 8080clas...