#-*-coding:UTF-8-*- #HTTP Web服务 import urllib a_url='http://www.baidu.com' data=urllib.urlopen(a_url).read(10) print data