日期:2014-05-16 浏览次数:20324 次
var Y = function(f){ return (function(g){ return g(g); })(function(h){ return function(x){ return f(h(h))(x); }; }); };