用户:
86135clc查看:0 回复:0 评论:0 创建时间:2020-07-26T17:21:34
#------------------------------------防喵------------------------------------------
from time import ctime
from requests import get
id_ = input('工作室id? ')
print(ctime(get('https://api.codemao.cn/web/shops/'+id_).json()['created_at']))
拿CODE工作室为例:
工作室id? 758
Tru Mar 5 18:28:13 2020
(Mar=三月,是2020年3月5日18时28分13秒)
官方数据:
对的上!
拿code工作室(忽略大小写名字跟我们一样)为例:
工作室id? 452
Tue Dec 24 11:08:14 2019
(Dec=十二月)