gpt4 book ai didi

node.js - node.js 中是否有 dojo.hitch 等价物

转载 作者:搜寻专家 更新时间:2023-10-31 22:41:27 25 4
gpt4 key购买 nike

我正在寻找一种绑定(bind)函数“this”的函数。尽管编写一个很容易,但在我编写或使用来自 dojo 的模块之前,我想确保它不是 node.js 环境中任何流行模块的一部分。

最佳答案

(function() {
alert(this.toString());
}).bind(new String("Man ES5 is awesome.")).call();

Function.prototype.bind[docs]

Node.js 在 V8 上运行。 V8 完全符合 ES5。

关于node.js - node.js 中是否有 dojo.hitch 等价物,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7138808/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com