一、闭包元组字典解包deffunc(*args,**kwargs):print(type(args))# class 'tuple'print