Python学习笔记 Part05--time库的使用

时间获取: time()--返回浮点数 ctime() --返回字符串 gmtime() --返回计算机可处理的时间格式 时间格式化: strftime(tpl,ts)  --time to string,其中tpl是格式化字符串,ts是计算机时间变量 strptime(str,tpl) --str to time,其中tpl是输入格式,str是字符串 例子: 其中,格式化字符串的控制符有: 程序
相关文章
相关标签/搜索