if(index == 4){ $("ul").append("
" +getJSON["name"] + "
" ); } 这里可以使用遍历吗,通过遍历输出全部值
解决了,去掉if(index == 4)索引就可以了