gpt4 book ai didi

javascript - 在javascript中读取json字符串

转载 作者:行者123 更新时间:2023-12-03 11:53:00 24 4
gpt4 key购买 nike

我正在尝试读取一个如下所示的 json 字符串。

"student":{
"0":[{
"name":"manet",
"marks":114
}],
"1":null,
"2":null,
"3":null,
"4":null,
"5":null,
"6":null,
"7":null,
"8":null,
"9":null,
"10":null,
"18":[{
"name":"Om",
"marks":75
}]
}

我正在尝试阅读这样的内容

console.log("JSON Marks ", json[0].marks) or
console.log("JSON Marks #1", json[0][0].marks)

我只是把 jso[0] "0"是索引,我只是硬编码来测试

但是以上都不起作用

最佳答案

假设您的代码保存在名为 json 的变量中,则 json.student[0][0].marks

关于javascript - 在javascript中读取json字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25726670/

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