[python相关]python 访问网页

from:http://fsldn.blog.163.com/blog/static/45464320108284238755/web   简单的抓取网页: import urllib.request url="http://google.cn/" response=urllib.request.urlopen(url) #返回文件对象 page=response.read() 服务器 有个办法直
相关文章
相关标签/搜索