python爬爬爬之单网页html页面爬取

python爬爬爬之单网页html页面爬取
作者:vpoet
mail:vpoet_sir@163.com

注:随意copy 不用告诉我
 #coding:utf-8
import urllib2
Response=urllib2.urlopen("http://www.baidu.com");
Html=Response.read();
print Html;

运行结果:

python爬爬爬之单网页html页面爬取
再看看百度的源码:
python爬爬爬之单网页html页面爬取
是一样,没骗你吧
上一篇:数据结构 - 堆排序(heap sort) 具体解释 及 代码(C++)


下一篇:hdu 2186