python分包存放java堆栈信息
摘要:# coding=utf-8 import os import time path = os.getcwd() index = 0 while True: # 当前时间戳 timestamp = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())
阅读全文
posted @ 2020-06-10 19:49