函数对象 函数对象 函数是第一类对象:即函数可以被当做数据处理。 def func): print’from func’) printfunc) <function func at 0x00B46858& … Continue reading 函数对象