面试题:def num(): return [lambda x: i * x for i in range(4)] print([m(2) for m in num()]) 其他 2020-06-28 10:31 0 阅读 NoSuchKey 猜你喜欢