51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#戳转元
python 时间戳转元组
#!/usr/bin/python#-*-coding:UTF-8-*-importtimelocaltime=time.localtime(time.time())print("本地时间为:",localtime)输出:本地时间为:time.struct_time(tm_year=2016,tm_mon=...
代码星球
·
2020-08-09
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
其他