recursion 11 11 11 11 11 11 value: getIndex
$("select option").each(function(i,obj){ alert("value:"+obj.value+" 对应的索引"+i);});