The HTMLSelectElement.disabled is a Boolean that reflects the disabled HTML ... if (event.target.checked) { drinkSelect.disabled = false; } ...
確定! 回上一頁