gpt4 book ai didi

javascript - lodash 类型错误没有函数 findKey()

转载 作者:行者123 更新时间:2023-12-03 10:54:26 25 4
gpt4 key购买 nike

我是 node.js-lodash 的新手。目前我想使用这个库的 findKey() 功能。不幸的是,我收到类型错误。出了什么问题?

var objCol = {
'objA' : { 'myattrA' : 'myval1', 'myattrB' : 'myval2' },
'objB' : { 'myattrA' : 'myval3', 'myattrB' : 'myval4' }
};
var obj = _.findKey(objCol, {'myattrA' : 'myval3'});
console.log(obj);

Eclipse Enide中对应的错误信息为:

MessageBuilder : ERROR DETECTED IN event handler[39m [TypeError:

Object function (obj) { if (obj instanceof _) return obj;

if (!(this instanceof _)) return new _(obj);

this._wrapped = obj; } has no method 'findKey'] TypeError: Object function (obj) {

if (obj instanceof _) return obj;

if (!(this instanceof _)) return new _(obj);

this._wrapped = obj; } has no method 'findKey'

最佳答案

原因是OP忘记将库加载到_变量中。

关于javascript - lodash 类型错误没有函数 findKey(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28316907/

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