Python 导入requests发生异常:ModuleNotFoundError: No module named ‘requests‘
解决:需要安装一下所缺少的库
1、Settings|Project:python_lesson | Project Interpreter| +
2、点击+,弹出对话框,查询requests,进行安装
解决:需要安装一下所缺少的库
1、Settings|Project:python_lesson | Project Interpreter| +
2、点击+,弹出对话框,查询requests,进行安装