摘要: 官网:www.alexa.cn 阅读全文
posted @ 2022-10-25 22:44 淡怀 阅读(105) 评论(0) 推荐(0) 编辑
摘要: pip install psutil if __name__ == '__main__': import psutil battery = psutil.sensors_battery() plugged = battery.power_plugged percent = str(battery.p 阅读全文
posted @ 2022-10-25 22:17 淡怀 阅读(81) 评论(0) 推荐(0) 编辑