摘要: 实战01 import timedef create(): global name localTime = time.strftime("%Y%m%d%H%M%S", time.localtime()) name = localTime + '.txt' with open(name,'a') as 阅读全文
posted @ 2022-11-04 19:34 wzsyx 阅读(25) 评论(0) 推荐(0)