1, 让页面上某一个已存在的SELECT被选中的JQuery写法 
  
$("#test").find("option[value='3']").prop("selected",true);