可以通过追加的方法追加一整句,var html = 'A';$("select").append(html);也可以直接改变其选中的值:$("#x option:selected").html("BB");