python定义函数时,形参前加*和**的意义时间:2023-03-08 17:22:58转发:https://blog.****.net/qq_34806812/article/details/82017839 1.加*表示接受一个tuple类型(元组),如: 2.加**表示接受一个dict类型(字典),如: