from urllib.request import urlopen html = urlopen("http://www.baidu.com") print(html.read())
注意: 以上代码基于Python 3.x
赞
踩
from urllib.request import urlopen html = urlopen("http://www.baidu.com") print(html.read())
注意: 以上代码基于Python 3.x
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。