摘要:
#### 1、Request库 > HTTP测试工具:http://httpbin.org,以下的示例会以此为URL ##### 属于第三方库,需要手动安装 ``` pip install requests ``` ##### 基本用法 ``` import requests r = request 阅读全文
posted @ 2023-09-07 20:36
匿名者nwnu
阅读(224)
评论(0)
推荐(0)