python 安装模块 更新模块时间:2022-12-22 12:17:27#显示模块pip list #显示过期模块pip list --outdated #安装模块pip install xxx#升级模块pip install --upgrade xxx