摘要:
css选择器用法 导入库 import parsel import requests 语法使用 url = 'http://www.baidu.com' response = requests.get(url) selector = parsel.Selector(response.text) 选择 阅读全文
摘要:
pip镜像源 Linux下 修改 ~/.pip/pip.conf (没有就创建一个文件夹及文件。文件夹要加“.”,表示是隐藏文件夹) 内容如下: [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple [install] trust 阅读全文