for(var i=0;i<infos.length;i++){
if(infos[i][1] == "女"&&infos[i][3]=="大一"){
document.write(infos[i]+"<br>")
}
infos数组第i个数据里面的第4个数据,因为数组的下标是从0开始的。