# -*- coding:utf-8 -*- # 爬虫 import requests # 爬虫的包 res = requests.get('http://blog.leanote.com/qq-alan') ret = res.text() print(ret) 分类: Python 0 条评论 发表回复 取消回复您的邮箱地址不会被公开。 必填项已用 * 标注 名称 * 电子邮件 * 网站 在想些什么? 在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。 Δ
0 条评论