摘要:
''' Created on 2017年9月25日 @author: kearney ''' import random def get_UserAgents(): UserAgents= [ "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) C... 阅读全文
摘要:
''' Created on 2017年9月25日 @author: kearney ''' import random def get_UserAgents(): UserAgents= [ "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) C... 阅读全文
摘要:
''' Created on 2017年9月28日 @author: kearney ''' import os def isFile(filePath):#修改文件扩展名 filename=filePath.split('\\')[-1]#拆分文件路径获得文件名 fatherPath=filePath.replace(filename,'')#获得父级路径 s... 阅读全文
|