摘要: 表单参数提交:Content-Type:application/x-www-form-urlencoded内容:key1=value1&key2=value2requests.post(url,data={'key1':'value1','key2':'value2'})json参数提交:Conte 阅读全文
posted @ 2019-12-13 18:15 忆梦,惊梦 阅读(454) 评论(0) 推荐(0)
摘要: 一、基本的读取操作: -read(filename) 直接读取文件内容 -sections() 得到所有的section,并以列表的形式返回 -options(section) 得到该section的所有option -items(section) 得到该section的所有键值对 -get(sec 阅读全文
posted @ 2019-12-13 15:29 忆梦,惊梦 阅读(516) 评论(0) 推荐(0)