crac

导航

2018年6月12日 #

request设置cookies

摘要: mycookie = { "PHPSESSID":"56v9clgo1kdfo3q5q8ck0aaaaa" } request.get(url,cookies = mycookie) ) 阅读全文

posted @ 2018-06-12 14:56 crac 阅读(241) 评论(0) 推荐(0) 编辑

读取指定行

摘要: import linecache the_line = linecache.getline('d:/test.txt', 1) 阅读全文

posted @ 2018-06-12 14:56 crac 阅读(94) 评论(0) 推荐(0) 编辑