11 2021 档案
摘要:name, passworld = 'luo', 'luo123'def deco(way_): def log_on_way(func):#func参数代表的是index_函数体空间的路标 index_ def func1(testing):#func1包含index_,于是,index_的参数,
阅读全文
摘要:import timedef timer(func): def deco(*args, **kwargs): stat_time = time.time() func(*args, **kwargs) print(func) stop_time = time.time() print('the fu
阅读全文
浙公网安备 33010602011771号