python查看如何查看版本信息 2023-01-31 05:01:58 版本 信息 查看 问题如题,解决方案为编写脚本如下,运行。 #!/usr/bin/python import sys print sys.version print sys.version_info 相关文章