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