python获取系统开机时间时间:2021-05-29 11:14:32 import psutil import time time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(psutil.boot_time()))