JAVA中Ajax怎么获取集合并且遍历

谁帮帮忙这功能到底要怎么实现
要不你用Ajax(JAVA servlet)搞个搜索功能
并且遍历搜索出来的集合的我
谢谢
js怎么获取集合并且遍历 
//取出集合(这是servlet)
List<MusicInfo> music = userBiz.getlist(musicInfo);
PrintWriter out = response.getWriter();
out.print(music);
//着是js
//1
var xmldom = xmlHttpRequest.responseXML;
//2
//var music=xmlHttpRequest.responseText;
//alert(xmldom);
var dom = xmldom.length;
var aa = xmldom.size;
这两个要哪一个还是不是这样取的取出来可以用forEach遍历吗?? 
能不能给个例子喀

缥缈止盈
浏览 672回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP