标签: javascript debugging console
这令我感到困惑。我无法弄清楚为什么它以这种方式输出文本,最后是<>
<>
function foo(){ console.error('Trying to phase out <' + arguments.callee.name + '>'); //output Trying to phase out foo <> }
答案 0 :(得分:0)
那是因为arguments.callee.name是null
arguments.callee.name
null