jquery 怎么取出这个json的数据 比如 取出每个数组的id值?
jquery怎么取出这个json的数据比如取出每个数组的id值?[{"id":"3","topid":"1","sortrank":"1","typename":"\u5...
jquery 怎么取出这个json的数据 比如 取出每个数组的id值?
[
{"id":"3","topid":"1","sortrank":"1","typename":"\u516c\u53f8\u7b80\u4ecb","typedir":"cmspath}\/html\/about\/aboutus","tpeimg":"","description":"","keywords":"","content":""},
{"id":"4","topid":"1","sortrank":"1","typename":"\u4f01\u4e1a\u6587\u5316","typedir":"cmspath}\/html\/about\/wenhua","tpeimg":"","description":"","keywords":"","content":""}
] 展开
[
{"id":"3","topid":"1","sortrank":"1","typename":"\u516c\u53f8\u7b80\u4ecb","typedir":"cmspath}\/html\/about\/aboutus","tpeimg":"","description":"","keywords":"","content":""},
{"id":"4","topid":"1","sortrank":"1","typename":"\u4f01\u4e1a\u6587\u5316","typedir":"cmspath}\/html\/about\/wenhua","tpeimg":"","description":"","keywords":"","content":""}
] 展开
1个回答
推荐于2016-05-04
展开全部
jquery code如下:
$(function(){
var data=[
{"id":"3","topid":"1","sortrank":"1","typename":"\u516c\u53f8\u7b80\u4ecb","typedir":"cmspath}\/html\/about\/aboutus","tpeimg":"","description":"","keywords":"","content":""},
{"id":"4","topid":"1","sortrank":"1","typename":"\u4f01\u4e1a\u6587\u5316","typedir":"cmspath}\/html\/about\/wenhua","tpeimg":"","description":"","keywords":"","content":""}
]
$.each(data,function(index,domEle){
alert(domEle.id);
})
})
$(function(){
var data=[
{"id":"3","topid":"1","sortrank":"1","typename":"\u516c\u53f8\u7b80\u4ecb","typedir":"cmspath}\/html\/about\/aboutus","tpeimg":"","description":"","keywords":"","content":""},
{"id":"4","topid":"1","sortrank":"1","typename":"\u4f01\u4e1a\u6587\u5316","typedir":"cmspath}\/html\/about\/wenhua","tpeimg":"","description":"","keywords":"","content":""}
]
$.each(data,function(index,domEle){
alert(domEle.id);
})
})
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询