这样用switch语句写怎么不对?
switch(infos[i][1])
{
case 女:
document.write(infos[i][0]);
break;
}
你这里的 case 女 -------->case '女' ,女要写为字符串,女后面的“:”要写为英文状态的“:”