Listing Locally Installed Python Modules 想知道有哪些 Python 模块安装在你的计算机上?以下是如何获取列表: 在 Python shell 或提示符中运行以下命令: help('modules') 这样就会生成一个可用的模块列表,包括内置模块和第三方模块。