time.asctime 自己定義一個(gè)時(shí)間在python中的操作
提問(wèn)人:楊紫紅發(fā)布時(shí)間:2020-11-19
>>> import time
>>> t = (2020, 2, 23, 10, 30, 48, 6, 0, 0)
>>> print(time.asctime(t))
Sun Feb 23 10:30:48 2020
繼續(xù)查找其他問(wèn)題的答案?
相關(guān)視頻回答
>>> import time
>>> t = (2020, 2, 23, 10, 30, 48, 6, 0, 0)
>>> print(time.asctime(t))
Sun Feb 23 10:30:48 2020
點(diǎn)擊加載更多評(píng)論>>