标签:.com python urlopen 技术 images ons res 分享 open
#!usr/bin/python import urllib.request
response = urllib.request.urlopen("http://www.baidu.com");
print (response.read());
标签:.com python urlopen 技术 images ons res 分享 open
原文地址:http://www.cnblogs.com/zhangmei/p/6049064.html