Darüber in nodejs – Stack Overflow
我想大声告诉你
我想大声告诉你 2017-07-05 10:36:05
0
2
770

Ich verstehe die Wahrheit. Ich möchte nur wissen, wie der folgende Code in der NodeJS-Umgebung läuft

var varFunc = function declareFunc() {
    console.log(this);
    console.log(global);
    console.log(global.declareFunc);
    console.log(declareFunc);
}
console.log(this)
varFunc();

Warum kann

in diesem Code am Ende console 出来 [Function: declareFunc] stehen?

我想大声告诉你
我想大声告诉你

Antworte allen(2)
漂亮男人

最后执行打印的信息是 console.log(declareFunc); 这一句

伊谢尔伦

来看看这篇:
Nodejs中的一些小trick - QueenKing - SegmentFault /a/11...

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage