`
yangjiongjohn
  • 浏览: 3113 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

python scrawler

 
阅读更多
__author__ = 'YJatt'

import urllib2

url="http://www.cnblogs.com/way_testlife/archive/2010/06/14/1758276.html"

html=urllib2.urlopen(url,timeout=100).read()

print html

 actually,it's pretty easy to scraw if there's no blocks.

 

the most important thing is how to analyze the data we get.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics