摘要: 基本Get请求: #-*- coding:utf-8 -*- import requests url = 'http://www.baidu.com' r = requests.get(url) print r.text 带参数Get请求: #-*- coding:utf-8 -*- import 阅读全文
posted @ 2019-01-25 16:36 飞万里 阅读(142) 评论(0) 推荐(0) 编辑
摘要: requests如何查看cookies和发送cookies 如果某个响应中包含一些 cookie,你可以快速访问它们: 要想发送你的cookies到服务器,可以使用 cookies 参数: Cookie 的返回对象为 RequestsCookieJar,它的行为和字典类似,但界面更为完整,适合跨域名 阅读全文
posted @ 2019-01-25 14:47 飞万里 阅读(900) 评论(0) 推荐(0) 编辑
摘要: 转载于:https://www.commresearch.com.tw/Blog/ViewArticle.aspx?guid=6bcc4eeb-0fa0-42bf-830f-e8c6b380a880 繼上次跟各位介紹UL transmission scheme中的codebook based UL 阅读全文
posted @ 2019-01-25 11:05 飞万里 阅读(2969) 评论(0) 推荐(0) 编辑