前段基础之HTML HTML 初识 web服务本质 import socket def main(): sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s … 继续阅读 前段基础之HTML