摘要: 这是一个获得时间的Python小程序 import ntplib from time import ctime c = ntplib.NTPClient() response = c.request('time.pool.aliyun.com') print(ctime(response.tx_ti 阅读全文
posted @ 2020-07-05 23:24 shubin 阅读(300) 评论(0) 推荐(0) 编辑