2022年9月21日

html篇

摘要: BS架构和http协议 bs架构的服务端和客户端来模拟http请求 服务端.py # -*- encoding:utf-8 -*- # @time: 2022/9/16 11:20 # @author: Maxs_hu import socket s = socket.socket() s.bind 阅读全文

posted @ 2022-09-21 09:15 huxiaofeng 阅读(35) 评论(0) 推荐(0)

导航