Python基础篇:闭包、装饰器wrapper 一、闭包元组字典解包deffunc(*args,**kwargs):print(type(args))# class 'tuple'print