会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Hany01's Blog
首页
管理
2021年8月23日
脚本编写相关的Python库
摘要: ## Requests库 `requests.request(method, url, **kwargs)`是最基本的方法,其它方法封装内部大多为`request` 我们通常用`r = requests.get(url)`获取网页信息,其会构造一个向服务器请求资源的Request对象,对象由Requ
阅读全文
posted @ 2021-08-23 09:56 Hany01
阅读(223)
评论(0)
推荐(0)
编辑
公告