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

Python3 Localtime 方法

#!/usr/bin/python3
import time

print ("time.localtime() : %s" , time.localtime())

目录

分类