HTMLSelectElement: length プロパティ - Web API | MDN

数値です。

js

const selectElement = document.getElementById("fruits");
console.log(selectElement.length);

仕様書

Specification
HTML
# dom-select-length-dev

ブラウザーの互換性

関連情報

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.