$.ajax({ url: '1.json', type: 'GET', dataType: 'json', success:function(data){ $.each(data,function(i,item){ }) } })[{ "name": "萱萱", "time": 4, "title": "那些灿烂华美的瞬间"}, { "name": "畅畅", "time": 5, "title": "广东3天抓获涉黄疑犯",}]如果想获开萱萱打印出来应该怎么弄?是不是要开多一个循环??具体怎么操作? |