摘要:
一、使用字符串查找的方式提取网页中的数据 # 使用字符串查找的方式提取网页中所有的城市名 import requests url="http://www.yb21.cn/post/" response=requests.get(url) response.encoding="GBK" # 该网站使用 阅读全文
摘要:
Python库的安装 方法1:使用Pycharm安装库 File->Settings->Project:项目名->Project interpreter->+->输入库名->Install Package 提示:如果更改为国内镜像源的话,在上述步骤的最后一个对话框,选择“Manage Reposit 阅读全文