匿名函数的链式调用

匿名函数的链式调用?

(function(o) {
alert(o);
return arguments.callee;
})('water')('down');

原文地址:https://www.cnblogs.com/lzf0514/p/2640457.html