Python:查看引入模块版本号的方法方法1:显示全部模块版本pip list 方法2:Python交互模式python import requests requests.__version__ 注意:这里的"__"是两个下划线