橘子味的心
标题:Python3 时间time模块 Asctime 方法

Python3 时间time模块 Asctime 方法

#!/usr/bin/python3
import time

t = time.localtime()
print ("asctime : ",time.asctime(t))

目录

分类