$("#selectoroption[value='"+value+"']").attr("selected","selected"); 其中 selector为选择器id value为要选中的option的值 该方法也可以根据text修改选中项