var value = obj.options[index].value; // 選中值. jQuery中獲得選中select值. 第一種方式$('#testSelect option:selected').text();//選中的文字.
確定! 回上一頁