Python 第十九天学习笔记

爬取网站  http://www.fishc.com import urllib.request response = urllib.request.urlopen("http://www.fishc.com") html = response.read()                                             response是一个对象,要把对象读出来 prin
相关文章
相关标签/搜索