位置:首页 > 软件操作教程 > 编程开发 > Python > 问题详情

python应用操作—— 本地时间格式化

提问人:ylm发布时间:2020-09-29

import timenow = time.strftime('%Y-%m-%d %H:%M:%S', time.localtime())print(now)

继续查找其他问题的答案?

相关视频回答
回复(0)
返回顶部