摘要: import requests from bs4 import BeautifulSoup from urllib.parse import urljoin class tieba(): def request(self,url): headers={"User-Agent":"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit... 阅读全文
posted @ 2017-11-27 16:58 不可叽叽歪歪 阅读(135) 评论(0) 推荐(0) 编辑