JQUERY知识总结时间:2023-03-09 05:01:27 1, 让页面上某一个已存在的SELECT被选中的JQuery写法 $("#test").find("option[value='3']").prop("selected",true);