JQUERY知识总结2023-08-13 14:12:401, 让页面上某一个已存在的SELECT被选中的JQuery写法 $("#test").find("option[value='3']").prop("selected",true); 上一篇:设计模式学习--复合模式(Compound Pattern)下一篇:BestCoder #47 1001&&1002