标签:访问 port python 功能 highlight nbsp bsp url pytho
【urllib and urllib2】
这是两个python的网络模块 内置的 提供很好的网络访问的功能。
#!coding:utf-8 import urllib2 res = urllib2.urlopen(‘http://www.baidu.com‘) html = res.read() print(html)
标签:访问 port python 功能 highlight nbsp bsp url pytho
原文地址:http://www.cnblogs.com/nerdlerss/p/7117822.html