摘要: 先看一个例子: def foo(): print("foo1") def bar(): print("bar2") func_list = ["foo" ,"bar"] for func in func_list: func()>>> Traceback (most recent call last 阅读全文
posted @ 2021-10-11 12:06 sin涛涛 阅读(5298) 评论(0) 推荐(0) 编辑