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

浙公网安备 33010602011771号