摘要: # 1 #coding=utf-8 2 from selenium import webdriver 3 import os,time 4 5 source = open("F:\\test\\info.txt","r") 6 values = source.readlines() 7 source.close() 8 9 #执行循环 10 for serch in val... 阅读全文
posted @ 2017-08-28 22:36 猪猪宝丫 阅读(289) 评论(0) 推荐(0) 编辑