-2
我有此腳本var obj = jQuery.parseJSON(response);
var obj = jQuery.parseJSON(response);
雖然反應是通過AJAX返回的JSON字符串。響應的值爲
[
{
"value": "Michael"
},
{
"value": "Murray"
},
{
"value": "[email protected]"
},
{
"value": "1941-06-23"
}
]
我將如何遍歷所有值?