HTMLTextAreaElement: textLength プロパティ - Web API | MDN
非負の整数です。
js
const textareaElement = document.getElementById("comment"); console.log(textArea.textLength);
<textarea>
HTMLTextAreaElement.rows
HTMLTextAreaElement.cols
HTMLTextAreaElement.minLength
HTMLTextAreaElement.maxLength
Yes No
Learn how to contribute
This page was last modified on 2024年11月8日 by MDN contributors.