gpt4 book ai didi

javascript - 如何遍历 JSON obj 的属性?

转载 作者:可可西里 更新时间:2023-11-01 02:32:21 32 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
How to loop on a JSON object?

我正在尝试找出如何遍历 JSON obj 的属性。我可以通过指定键来获取属性(见下文),但我如何循环遍历所有属性?

var jsonStr = '{"Items":[{"Title": "Title 1", "Description":"Description 1"}]}';

var json_parsed = $.parseJSON(jsonStr);


// Cycle through all list items
$.each(json_parsed.Items, function(i, val) {
var listItem = $(this);

var title = listItem.attr('Title');
var description = listItem.attr('Description');

// Instead, loop through all attributes

}

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