json

var html=''; $.each(data, function(n, obj) { html += '<a href="' + obj.url + '">' + obj.name + '</a>'; //循环遍历,拼接、 }); $(&quo