码迷,mamicode.com
首页 > 编程语言 > 详细

第一个用python3写的爬虫小例子

时间:2016-11-10 01:59:12      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:.com   python   urlopen   技术   images   ons   res   分享   open   

 #!usr/bin/python import urllib.request

response = urllib.request.urlopen("http://www.baidu.com");

print (response.read());技术分享

第一个用python3写的爬虫小例子

标签:.com   python   urlopen   技术   images   ons   res   分享   open   

原文地址:http://www.cnblogs.com/zhangmei/p/6049064.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!