要想获得select的值 使用var year=$('#YearOfBirthday').combobox('getValue');要想获得select的显示文本 使用var year=$('#YearOfBirthday').combobox('getText');