获取时间并转换为易读格式用到的模块time中的strftime, localtimefrom time import strftime, localtime print(strftime('%Y-%m-%d %H:%M:%S',localtime()))结果2018-06-06 18:40:41 文章来源: python 获取时间并格式化(strftime, localtime) 标签 localtime python python时间格式化 strftime