摘要: 方法一:使用py脚本 实现2种功能: (1)cookie中,等号转为冒号。 (2)请求中,冒号添加引号,删除首位冒号。 def denghao2maohao(cookie_str): # 截断数据对 list1 = cookie_str.split(";") # print(list1) # 初始化 阅读全文
posted @ 2018-05-01 20:54 安迪9468 阅读(289) 评论(0) 推荐(0)
摘要: 1、安装谷歌浏览器 2、安装谷歌浏览器驱动 3、安装selenium包 4、测试 1、安装谷歌浏览器 2、安装谷歌浏览器驱动 打开 http://blog.csdn.net/huilan_same/article/details/51896672 检查自己的chrome浏览器版本,根据自己的浏览器版 阅读全文
posted @ 2018-05-01 17:56 安迪9468 阅读(192) 评论(0) 推荐(0)