這是對我的ajax調用的響應。我想處理每個數組元素來更新我的頁面上具有Letter元素值的相應按鈕的標題。我需要更換警報(響應);在json數組上循環。 {「PAGESNUM」,「LETTER」],「DATA」:[[「372」,「A」],[「922」,「B」],[「779」,「 C 「] [」 3 78" , 「d」] [ 「132」, 「E」],[ 「353」, 「F」],[ 「551」, 「G」],[ 「591」 , 「H」],[ 「6」, 「I」],[ 「340」, 「J」],[ 「261」, 「K」],[ 「314」, 「L」],[」 837" , 「M」],[ 「88」, 「N」],[ 「120」, 「O」],[ 「303」, 「P」],[ 「14」, 「Q」],[」 355" , 「R」],[ 「762」, 「S」],[ 「235」, 「T」],[ 「12」, 「U」],[ 「44」, 「V」], [ 「581」, 「W」],[ 「49」, 「Y」],[ 「19」, 「Z」]]}jquery ajax - 如何處理json響應
$.ajax({
type: "Get",
url: "cfc/basic.cfc?method=CountUsersByLetter&returnformat=json",
data: "nbw=" + nbw,
datatype: "html",
success: function (response) {
//usercount = parseInt(response.substring(0, 10));
///$(_$this.target).attr('title', usercount);
alert(response);
},
error: function (xhr, textStatus, errorThrown) {
alert('errorThrown');
}
});
我想測試你的解決方案,但我不能讓過去一個javascript格式問題了。即使在使用jsbeautify之後,該頁面上的腳本仍處於禁用狀態。 – user990016 2012-02-04 22:36:35
@darin。我不會幫助那個人... – gdoron 2012-02-04 22:39:54
你是誰?你在哪裏下車? – user990016 2012-02-04 22:43:47