python應用操作——strftime
提問人:ylm發(fā)布時間:2020-09-29
strftime 是將 datetime 轉(zhuǎn)換為字符串,全稱是 “string format time”,翻譯過來就是將字符串的形式來格式化時間,重點在格式化(format),使之以一種可讀的字符串形式返回。
1 2 | >>> datetime.now().strftime("%Y-%m-%d %H:%M:%S") '2018-11-02 16:16:45' |
繼續(xù)查找其他問題的答案?
相關視頻回答
點擊加載更多評論>>