jquery select 得到当前现在的option ie9还不支持这种写法$('.createUser option:selected')得改成下面这种写法$('.createUser option[selected]')