更改JavaScript中嵌套对象键的值
为此,请使用点号(。)以及方括号([])。
示例
var details = {
"customer": {
"customerDetails": {
"otherDetails": [
{
"customerDetails": {
"isMarried": false
},
},
{
"customerDetails": {
"isMarried": false
},
},
{
"customerDetails": {
"isMarried": false
}
}
]
}
}
}
console.log("All values are set to true=");
for (var index = 0; index < details.customer.customerDetails['otherDetails'].length; index++) {
details.customer.customerDetails['otherDetails'][index].customerDetails['isMarr
ied'] = true;
}
for (var index = 0; index < details.customer.customerDetails['otherDetails'].length; index++) {
console.log("isMarried:"+details.customer.customerDetails['otherDetails'][index
].customerDetails['isMarried']);
}要运行以上程序,您需要使用以下命令-
node fileName.js.
在这里,我的文件名为demo186.js。
输出结果
这将产生以下输出-
PS C:\Users\Amit\javascript-code> node demo186.js All values are set to true= isMarried:true isMarried:true isMarried:true
热门推荐
10 叶海燕老师祝福语简短
11 六一简短祝福语有哪些
12 送礼祝福语男性生日简短
13 高考已上岸祝福语简短
14 新年的生日祝福语简短
15 迟到的过年祝福语简短
16 中秋祝福语给父亲简短
17 哥哥结婚的祝福语简短
18 韩语贺卡祝福语简短版