树莓派CPU温度的历史数据

创作者:moonandsky | 更新日期:2017-07-31 | 在线时长:0秒
#!/usr/bin/env python # -*- coding: utf-8 -*- import requests import json import time def main(): fileRecord = open("result.txt", "w") fileRecord.write("connect to yeelink\n"); fileRecord.close() wh