python基础题目100例之八十九 时间函数列举(一) import time if __name__ == "__main__": print (time.strftime("%Y-%m-%d %H-%M-%S",time.localtime()))