infors.sort(key= lambda x:x['age']) 按照列表中的键age排序
def test(a,b,func): rsult = func(a,b) print(result) test(11,22,lambda x,y:x+y)
eval() 去掉字符串