摘要: # Python2 import time def get_current_time(): current_time = time.localtime(time.time()) current_time = time.strftime('%Y-%m-%d %H:%M:%S', current_tim 阅读全文
posted @ 2021-01-18 17:04 道友请留步W 阅读(396) 评论(0) 推荐(0)