摘要:
import time def wrapper(n=0): def wrap(func): if not n: def inner(args, **kwargs): start = time.time() res = func(args, **kwargs) end = time.time() pr 阅读全文
posted @ 2025-04-10 16:05
求大佬指导123
阅读(11)
评论(0)
推荐(0)
摘要:
import os path=r'F:\PythonProject1' def func(path): lst=[] if os.path.isfile(path): lst.append(os.path.getsize(path)) else: lst1 = os.listdir(path) fo 阅读全文
posted @ 2025-04-10 16:02
求大佬指导123
阅读(11)
评论(0)
推荐(0)

浙公网安备 33010602011771号