Python time format. import time. now = time.localtime(time.time()) print time.asctime(now) print time.strftime("%y %m %d %H:%M", now)
確定! 回上一頁