摘要:
虎牙直播爬虫项目:#导入selenium相关的工具from selenium import webdriverfrom lxml import etreeclass Huya(object): #初始化 ... 阅读全文
posted @ 2020-03-07 11:16
HelenLee01
阅读(690)
评论(0)
推荐(0)
摘要:
读取文件夹中所有文件名:小小的功能,大大的用处。def file(): import os path = input('路径:') for a,b,c in os.walk(path): ... 阅读全文
posted @ 2020-03-07 10:54
HelenLee01
阅读(376)
评论(0)
推荐(0)