gpt4 book ai didi

javascript - 使用点分字符串获取对象属性值

转载 作者:行者123 更新时间:2023-11-30 09:38:08 25 4
gpt4 key购买 nike

<分区>

我正在尝试通过字符串访问对象属性。

我想做的是:

const data = {
key: {
subKey: 'value'
}
};

const theString = 'key.subKey';

function accessPropFromString(obj, stringCall) {
// I don't know what to put on here
}

console.log(accessPropFromString(data, theString)) // prints 'value'

我完全不知道如何做到这一点......

如何使用 JavaScript 执行此类操作?

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