码迷,mamicode.com
首页 > 编程语言 > 详细

python,读取txt的方法和应用

时间:2019-11-16 17:56:59      阅读:61      评论:0      收藏:0      [点我收藏+]

标签:_id   ima   end   执行   src   百度云   方法   blog   element   

1、读取txt内的百度盘地址,循环保存到百度云中(直接访问下方地址)

https://www.cnblogs.com/becks/p/11409467.html

 

2、读取txt内参数,循环执行查询,读取“a.txt”内文件,逐行读取传入到后面的for中,执行关键字查询

技术图片

 

for serch in values:#循环搜索
    browser.find_element_by_id("searchText").send_keys(serch)
    browser.find_element_by_id("searchButton").click()
    browser.find_element_by_id("searchText").clear()

 

 

python,读取txt的方法和应用

标签:_id   ima   end   执行   src   百度云   方法   blog   element   

原文地址:https://www.cnblogs.com/becks/p/11872453.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!