学会思考
刻意练习
摘要: 1 import requests 2 from bs4 import BeautifulSoup 3 res = requests.get('http://sh.esf.fang.com/chushou/3_328298194.htm?channel=1,2&psid=1_37_70') 4 soup = BeautifulSoup(res.text,'html.parser') 5... 阅读全文
posted @ 2018-09-16 11:52 Worty 阅读(1279) 评论(0) 推荐(0) 编辑