我可以通过做一些类似的事情来改变原始选择的选择选项-$('#mySelectListoption:first').prop('selected',true)但这不会更新选择的selectric显示。 最佳答案 根据thispullrequest,您可以“刷新”插件:$('#mySelectList').prop('selectedIndex',0).selectric('refresh');来自文档:$('select').selectric('refresh');//Reconstructtheinstanceofplugin