使用list或者dict展开作为函数参数

record(*[1,2,3])

record(**{‘a':1,'b':1,'c':2})

原文地址:https://www.cnblogs.com/yjybupt/p/13343918.html