摘要: 先看一个例子: >>> def foo(): print "foo" >>> def bar(): print "bar" >>> func_list = ["foo","bar"]>>> for func in func_list: func()TypeError: 'str' object is 阅读全文
posted @ 2020-07-29 10:37 沐夏aaron 阅读(484) 评论(0) 推荐(0)