HTMLSelectElement: length プロパティ - Web API | MDN
数値です。
js
const selectElement = document.getElementById("fruits"); console.log(selectElement.length);
<select>
<option>
HTMLSelectElement.options
HTMLSelectElement.selectedOptions
HTMLSelectElement.multiple
HTMLSelectElement.selectedIndex
Yes No
Learn how to contribute
This page was last modified on 2024年10月19日 by MDN contributors.