由於某種原因,我的Jquery沒有循環瀏覽Json數據。當前未定義的錯誤。Json jquery每個循環
Json登錄時。
{
"cities": [
{
"storename": "new Store",
"notes": "test",
"rejected": "on",
"offer": "test"
}
]
}
的Html
console.log(JsonData);
$.each($.parseJSON(JsonData), function(idx, obj) {
alert(obj.storename);
});
謝謝,真的很好的答案 – Brent
很高興幫助!快樂編碼伴侶:) – Felix