摘要: import reimport urllib.request# 获取网页文件def getHtml(url): response = urllib.request.urlopen('https://www.zhipin.com/?ka=header-home'); return response.r 阅读全文
posted @ 2019-04-21 23:48 尘世间迷茫的小书童 阅读(1813) 评论(0) 推荐(0) 编辑