argument代表当前函数的参数数组 arguments.callee表示引用当前正在执行的函数,或者说是调用arguments.callee的函数对象的引用,它给匿名函数提供了一种自我引用的方式。、 var aa = function() { alert(aa arguments.callee) Read More
posted @ 2016-05-14 13:59 爱蜡笔的小新 Views(446) Comments(0) Diggs(0)