python:os.path.getmtime(path)

os.path.getmtime(path)Returnthetimeoflastmodificationofpath.Thereturnvalueisanumbergi... os.path.getmtime(path)
Return the time of last modification of path. The return value is a number giving the number of seconds since the epoch (see thetime module). Raise os.error if the file does not exist or is inaccessible.

这是文档原文,试了一下,返回了一个极大的数,搞不太懂这个函数什么意思,有什么用呢?
展开
 我来答
nbyh2012
推荐于2018-05-18 · TA获得超过3278个赞
知道小有建树答主
回答量:483
采纳率:100%
帮助的人:791万
展开全部

这是一个unix时间戳。可以使用datetime库来处理时间戳:

import datetime, os
t = os.path.getmtime('/')
tt = datetime.datetime.fromtimestamp(t)
ttt = tt.strftime('%Y') # 这是个时间格式化字符串,只能返回年份。更多使用方法参见手册。
print ttt

望采纳,谢谢!

就是累w_w
2013-08-12 · TA获得超过165个赞
知道小有建树答主
回答量:126
采纳率:0%
帮助的人:137万
展开全部
返回最近一次修改的时间戳,可以再格式化为你想要的时间格式
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式