11 2017 档案
摘要:from selenium import webdriverchrome_options = webdriver.ChromeOptions()prefs = {"profile.managed_default_content_settings.images": 2} chrome_options.
阅读全文
摘要:http://blog.csdn.net/svap1/article/details/73684154 https://www.lfd.uci.edu/~gohlke/pythonlibs/
阅读全文
摘要:#encoding: utf-8import osimport ConfigParserBASE_DIR = os.path.dirname(__file__) #获取当前文件夹的绝对路径file_path = os.path.join(BASE_DIR, 'config.conf') #获取当前文
阅读全文