摘要: import time def get_time_stamp(): ct = time.time() local_time = time.localtime(ct) data_head = time.strftime("%Y-%m-%d %H:%M:%S", local_time) data_sec 阅读全文
posted @ 2022-11-30 17:37 LuckyOven 阅读(133) 评论(0) 推荐(0)