摘要: def chi(fn): #fn 代理了func1 和func2 print('开挂') fn() print('洗包') def func1(): print('我是func1') def func2(): print("我是func2") chi(func2) 5. 可以做函数的返回值 def 阅读全文
posted @ 2018-10-31 16:17 维C_先生 阅读(85) 评论(0) 推荐(0) 编辑