1.jq將動態獲取的值設置爲選中狀態spa
$(".rs-club option:selected").text("xxx");
2.jq獲取select選中值code
var value=$("select option:selected").val()
未完待續~blog