import time
print time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(time.time()))
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/
Python之输出当前时间
阅读 54
2022-07-18
import time
print time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(time.time()))
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/
相关推荐
精彩评论(0)