不要想的太复杂就行了
var i=0;
while (i<infos.length)
{ if (infos[i][3]==='大一')
{if(infos[i][1]==='女')
{document.write(infos[i][0]);}
}
i++;