摘要:
注:输出部分用省略号代替... 爬取网站 ''' import urllib.request response = urllib.request.urlopen('http://php.net/') html = response.read() print(html) ''' 输出: ''' b'< 阅读全文
posted @ 2018-03-04 23:09 不如奔跑 阅读(1477) 评论(0) 推荐(0)
posted @ 2018-03-04 23:09 不如奔跑 阅读(1477) 评论(0) 推荐(0)