oeasy的ChinaUnix博客
overmind1980
全部博文(236)
2024年(21)
2023年(86)
2022年(53)
2021年(42)
2020年(34)
gaokeke1
taoyu
ruojie00
丸喵喵
asasq11
zxywan10
coraland
stp111
博森科技
分类: Python/Ruby
2022-05-01 19:17:26
#引入一个包叫time import time #得到当前时间的asctime形式字符串 ascii_time = time.asctime(time.localtime(time.time())) #进行输出 print ("本地时间为 :", ascii_time)
上一篇: oeasy教您玩转python - 010 - # 不换行输出
下一篇:oeasy教您玩转python - 012 - # 刷新时间
登录 注册