HTMLTextAreaElement: textLength プロパティ - Web API | MDN

非負の整数です。

js

const textareaElement = document.getElementById("comment");
console.log(textArea.textLength);

仕様書

Specification
HTML
# dom-textarea-textlength

ブラウザーの互換性

関連情報

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.