首页 / PYTHON / 定义函数deffunc(**kwargs):printkwargs调用函数的时候一定要func(a=1,b=2,c=3)这样吗?dict_t={'a':1,'b':2,'c':3}不能直接传字典吗?例如func(dict_t)。有什么好方法吗?