摘要: import time def creatfilesize(n): local_time = time.strftime("%Y%m%d%H%M%S",time.localtime()) file_name = r"D:\data\test\\" +str(local_time)+".txt" bi 阅读全文