当前位置:网站首页>JS get the attribute values nested in the object
JS get the attribute values nested in the object
2022-07-04 05:42:00 【_ Virgo programmer's daily life】
let data={
b:{
c:{
d:' study hard '
}
}
};
let arr = ['b','c','d'];
let result = arr.reduce((res,key)=>res[key],data)
console.log("result yes ");
console.log(result);// study hard
// Add , How to get arr Array
getKeys(value){
console.log(Object.keys(value)[0])
if(typeof value =='string') return;
this.arr.push(Object.keys(value)[0]);
this.getKeys (value[Object.keys(value)[0]])
},
边栏推荐
- BUU-Real-[PHP]XXE
- VB. Net GIF (making and disassembling - optimizing code, class library - 5)
- XII Golang others
- Thread pool: use thread pool to optimize query speed
- JS string splicing
- 2022 a special equipment related management (elevator) examination questions simulation examination platform operation
- left_and_right_net正常版本
- Flask
- 【雕爷学编程】Arduino动手做(105)---压电陶瓷振动模块
- Excel 比较日器
猜你喜欢
![BUU-Crypto-[HDCTF2019]basic rsa](/img/d0/8e451dabb2a6897f6680220d16d04d.jpg)
BUU-Crypto-[HDCTF2019]basic rsa

ansys命令
![BUU-Real-[PHP]XXE](/img/97/b7139270145e6aa6a4f5d1067e2527.jpg)
BUU-Real-[PHP]XXE

Online shrimp music will be closed in January next year. Netizens call No

Graduation design of small programs -- small programs of food and recipes

每周小结(*63):关于正能量

配置交叉编译工具链和环境变量
![[wechat applet] template and configuration (wxml, wxss, global and page configuration, network data request)](/img/78/63ab1a8bb1b6e256cc740f3febe711.jpg)
[wechat applet] template and configuration (wxml, wxss, global and page configuration, network data request)

Write a complete answer applet (including single choice questions, judgment questions and multiple topics) (III) single choice questions, judgment questions, and the first question display

BUU-Reverse-easyre
随机推荐
[MySQL practice of massive data with high concurrency, high performance and high availability -8] - transaction isolation mechanism of InnoDB
【雕爷学编程】Arduino动手做(105)---压电陶瓷振动模块
Zhanrui tankbang | jointly build, cooperate and win-win zhanrui core ecology
光模块字母含义及参数简称大全
[wechat applet] template and configuration (wxml, wxss, global and page configuration, network data request)
Leetcode 184 Employees with the highest wages in the Department (July 3, 2022)
Notepad++ -- display related configurations
tutle时钟改进版
Simulink and Arduino serial port communication
安装 Pytorch geometric
检漏继电器JY82-2P
LM小型可编程控制器软件(基于CoDeSys)笔记二十二:错误4268/4052
总线的基本概念
win10清除快速访问-不留下痕迹
BUU-Crypto-[GUET-CTF2019]BabyRSA
Flask
ETCD数据库源码分析——初始化总览
c语言经典指针和数组笔试题解析
C # character similarity comparison general class
[high concurrency, high performance and high availability of massive data MySQL practice-7] - memory data drop disk