摘要: 异步原理 blockio.py #阻塞io import requests # html = requests.get("http://www.baidu.com").text # #1. 三次握手建立tcp连接, # # 2. 等待服务器响应 # print(html) #如何通过socket直接 阅读全文
posted @ 2020-04-23 09:52 tacyi 阅读(392) 评论(0) 推荐(0) 编辑