python查看计算机配置 Posted on2020年7月24日Authorcnliutz python -c "import platform;print(platform.architecture());print(platform.machine())"