jQuery處理json數(shù)據(jù)返回?cái)?shù)組和輸出的方法
來源:易賢網(wǎng) 閱讀:3056 次 日期:2015-03-13 11:41:32
溫馨提示:易賢網(wǎng)小編為您整理了“jQuery處理json數(shù)據(jù)返回?cái)?shù)組和輸出的方法”,方便廣大網(wǎng)友查閱!

這篇文章主要介紹了jQuery處理json數(shù)據(jù)返回?cái)?shù)組和輸出的方法,涉及jQuery操作數(shù)組及json的技巧,需要的朋友可以參考下

本文實(shí)例講述了jQuery處理json數(shù)據(jù)返回?cái)?shù)組和輸出的方法。分享給大家供大家參考。具體實(shí)現(xiàn)方法如下:

代碼如下:

/*print the json object

*

*$("selector").print_r_json(json,opts) : return formatted string (and print)

*sprint_r_json : just return the string;

*print_r_json : return the formatted string and print json data

*contribute 明河

*

*auth iorichina

*

*example:

*3 ways to use it

*<script language="javascript">

*$("selector").print_r_json({"a":"aa","d":{"ef":{"a":"d","d":["a","b"]},"ed":"dd"},"g":"g"},{if_print:true,return_array:true});

*document.write($.sprint_r_json({"a":"aa","d":{"ef":{"a":"d","d":["a","b"]},"ed":"dd"},"g":"g"}));

*$.print_r_json({"a":"aa","d":{"ef":{"a":"d","d":["a","b"]},"ed":"dd"},"g":"g"});

*</script>

*

*/

$.fn.print_r_json = function(json,options){

if(typeof(json)!="object") return false;

var opts = $.extend({},$.fn.print_r_json.defaults,options);

var data = '';

if(opts.if_print)

{

data = $.sprint_r_json(json)

$(this).html('<div style="font-weight:bold">'+(opts.return_array?'Array':'JSON-DATA')+'</div>'+data);

}

if(opts.array)

{

return $.json_to_array(json);

}

return data;

};

$.fn.print_r_json.defaults =

{

if_print : false,//if print or just return formatted string

return_array : true //return an Array

};

$.extend({

print_r_json : function(json)

{

if(typeof(json)=="object")

{

var text='<div style="font-weight:bold;">{</div><div style="margin-left:25px;">';

document.write('<div style="font-weight:bold;">{</div><div style="margin-left:25px;">');

for(var p in json)

{

if(typeof(json[p])=="object")

{

document.write('<div>["'+p+'"] => ');

text+='<div>["'+p+'"] => '+$.print_r_json(json[p])+'</div>';

document.write('</div>');

}

else

{

text+='<div>['+((/^\d+$/).test(p)?p:('"'+p+'"'))+'] => "'+json[p]+'"</div>';

document.write('<div>['+p+'] => '+json[p]+'</div>');

}

}

text+='</div><div style="font-weight:bold;">}</div>';

document.write('</div><div style="font-weight:bold;">}</div>');

return (text);

}

else

{

document.write(json);

return (json);

}

},

sprint_r_json : function(json)

{

if(typeof(json)=="object")

{

var text = '<div style="font-weight:bold;">{</div><div style="margin-left:25px;">';

for(var p in json)

{

if(typeof(json[p])=="object")

{

text += '<div>["'+p+'"] => '+$.sprint_r_json(json[p])+'</div>';

}

else

{

text += '<div>['+((/^\d+$/).test(p)?p:('"'+p+'"'))+'] => "'+json[p]+'"</div>';

}

}

text += '</div><div style="font-weight:bold;">}</div>';

return (text);

}

else

{

return (json);

}

},

json_to_array : function(json)

{

if(typeof(json)=="object")

{

var text = new Array();

for(var p in json)

{

if(typeof(json[p])=="object")

{

text[p] = $.json_to_array(json[p]);

}

else

{

text[p] = json[p];

}

}

return (text);

}

else

{

return (json);

}

}

});

希望本文所述對(duì)大家的jQuery程序設(shè)計(jì)有所幫助。

更多信息請(qǐng)查看IT技術(shù)專欄

更多信息請(qǐng)查看腳本欄目
易賢網(wǎng)手機(jī)網(wǎng)站地址:jQuery處理json數(shù)據(jù)返回?cái)?shù)組和輸出的方法
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國考·省考課程試聽報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)