想爬些自己有用的下载链接,由于没有啥实战经验,想找个系统点的学习资料,能一步步教的那种最好啦,python和ruby都有些最基本的基础,对语言没有特别偏好,谁家资料好就用谁
1
chairo Nov 15, 2012
python的话easy_install requests
import requests print requests.get("http://xxx.xxx.xxx").content 然后就爬到内容了…… |