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 Livon 阅读(326) 评论(0) 推荐(0) 编辑