macos查看python的当前版本号

it2023-06-04  76

方法一: 在idle中

import sys print(sys.version)

方法二: 在终端中:

`python -`V
最新回复(0)