标签: javascript
在下面的例子中,我希望函数名称xyz在该函数中。
function Abc(){ } Abc.prototype.xyz = function() { console.log(arguments.callee.name); //not working }