橘子味的心
标题:Python3 Gmtime 方法

Python3 Gmtime 方法

#!/usr/bin/python3
import time

print ("gmtime :", time.gmtime(1455508609.34375))

目录

分类