一 设置默认选中 无论是select还是Input,均采用相同的方法 $("#id").val(aQueAttrList[z].value); $("#id").trigger("chosen:updated"); 是在这个链接看到的解决方法,非常感谢