摘要:
1 import time 2 x=time.time()#单位是秒 3 print(x/3600/24/365)#1970+47=2017 4 #c、 元组的表示方式 5 print(time.localtime()) 6 print(time.timezone/3600)#和utc时间的差值 7 阅读全文
posted @ 2017-10-26 18:04
Alan_chow
阅读(179)
评论(0)
推荐(0)
浙公网安备 33010602011771号