Web Crawl for Pictures
摘要:Python 3.6.3 myConfig.py 1 ''' 2 说明 3 ''' 4 # 被爬取的网站 5 homePageUrl = 'http://bbs.fengniao.com' 6 7 # 存储图片的路径 8 imgFolder = 'C:/L/workspace/FirstPython
阅读全文
posted @ 2018-09-29 16:22
posted @ 2018-09-29 16:22
posted @ 2018-09-29 16:14