汇智学堂-Python爬虫入门之一

Python爬虫入门之一 一、运行环境 1、系统:Win10 2、Python版本:python3.6.6 3、IDE:PyCharm 二、requests 库的安装 pip install requests 三、新建项目 新建项目:zhaopingou, 新建文件:index.py import requests #导入requests库 r=requests.get('http://www.z
相关文章
相关标签/搜索