表达式闭包一些特性测试(14)实例页面
代码:
JS代码:
function foo(x) x (function() { /* ... */ })() foo; // function foo(x) x(function(){ /* ... */})()
效果:
点击我弹出结果