摘要: 描述 Python time strftime() 函数接收以时间元组,并返回以可读字符串表示的当地时间,格式由参数format决定。 语法 strftime()方法语法: 参数 format -- 格式字符串。 t -- 可选的参数t是一个struct_time对象。 返回值 返回以可读字符串表示 阅读全文
posted @ 2018-04-24 17:13 一只天真的小蜗牛 阅读(1078) 评论(0) 推荐(0)