函数式编程 2015-10-12 本文已影响81人 353513adfbbf 什么是Lambda表达式? c -> { int s = c.size(); c.clear(); return s; } 函数式编程语言有哪些