标签:作业1 nbsp pre img 世界时间 指定 2017年 images http
from datetime import datetime now=datetime.now() print(‘当前日期:‘,now) utc=datetime.utcnow() print(‘世界时间:‘,utc)
dt=datetime(2017, 5, 23, 12, 20) print(dt)
标签:作业1 nbsp pre img 世界时间 指定 2017年 images http
原文地址:http://www.cnblogs.com/888abc/p/7613803.html