最佳答案
var value = $('#dropDownId').val();
而且
var value = $('select#dropDownId option:selected').val();
但两者都返回空字符串。