摘要: import time print(time.strftime("%Y-%m-%d-%H_%M_%S", time.localtime()))运行结果: 2021-01-13-8_25_27 格林尼治时间(从1970年1月1日午夜以来的秒数) import time print(time.time( 阅读全文
posted @ 2022-01-13 10:02 ArdenWang 阅读(584) 评论(0) 推荐(0) 编辑