gpt4 book ai didi

javascript - 查找映射值,其中键是数组内的字符串。为什么这有效?

转载 作者:行者123 更新时间:2023-12-02 16:35:43 27 4
gpt4 key购买 nike

以下代码片段

var map = { a: 1, b: 2 },
arr = ['a'];

console.log(map[arr]);

将打印出1。这是为什么? Javascript 在查找之前是否将 arr 转换为字符串?

最佳答案

Does Javascript convert arr into a string before doing the lookup?

Yep.

关于javascript - 查找映射值,其中键是数组内的字符串。为什么这有效?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27954984/

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