function getComboA(selectObject) { var value = selectObject.value; console.log(value); } <select id="comboA" onchange="getComboA(this)"> <option ...
確定! 回上一頁