无情夕阳

文章
5
资源
0
加入时间
2年10月17天

javascript 中 arguments.callee属性

javascript 中 arguments.callee属性 可以在函数内部,指向的是这个函数(或者叫做“类”)本身。相当于PHP 中的 self 关键字。Thearguments.calleeproperty contains the currently executing function.Descriptioncalleeis a property of the...