51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#存取时间
python 文件操作 练习:取得文件的最后存取时间
#coding=utf-8importosimporttimefile_atime=int(os.path.getatime('d:\a.txt'))print"file_atime:",file_atimetime_arr=time.localtime(file_atime)print'time_arr:',time...
代码星球
·
2021-02-12
文件
python
操作
练习
取得
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他