python apply()函数
摘要:
python apply函数的具体的含义: apply(func [, args [, kwargs ]]) 函数用于当函数参数已经存在于一个元组或字典中时,间接地调用函数。args是一个包含将要提供给函数的按位置传递的参数的元组。如果省略了args,任 何参数都不会被传递,kwargs是一个包含关 阅读全文
posted @ 2018-11-05 15:57 ExplorerMan 阅读(4495) 评论(0) 推荐(0)
浙公网安备 33010602011771号