bs4下载

使用pip install beautifulsoup4无法安装,改使用以下代码安装:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ beautifulsoup4

猜你喜欢

转载自blog.csdn.net/qq_52671517/article/details/132767519
BS4