Rockwall

导航

2015年12月29日 #

Python爬虫学习笔记——豆瓣登陆(一)

摘要: #-*- coding:utf-8 -*-import requestsfrom bs4 import BeautifulSoupimport html5libimport reimport urlliburl1 = 'http://accounts.douban.com/login'url2 = ... 阅读全文

posted @ 2015-12-29 20:07 Rockwall 阅读(795) 评论(0) 推荐(0)