摘要: #获取当前时间的时间戳(%m/%d/%Y %H:%M:%S.ms), 时间部分,毫秒部分def get_cur_timestamp(): ct = time.time() utc_ct = time.gmtime(ct) date_head = str(time.strftime("%m/%d/%Y 阅读全文
posted @ 2020-05-13 14:23 buptqq 阅读(124) 评论(0) 推荐(0)