摘要: # -*- coding: utf-8 -*- import requests url='http://localhost:63342/bd/25.html?_ijt=q7qavr0q8g0hj999ls86b8iuq4' res = requests.get(url) res.encoding='utf-8' res.text from bs4 import BeautifulSoup ... 阅读全文
posted @ 2018-03-29 11:39 089-袁佳鹏 阅读(116) 评论(0) 推荐(0)