# -*- coding:utf-8 -*-
# 爬虫
import requests  # 爬虫的包
res = requests.get('http://blog.leanote.com/qq-alan')
ret = res.text()
print(ret)
分类: Python

0 条评论

发表回复

Avatar placeholder

您的电子邮箱地址不会被公开。 必填项已用 * 标注