To get the textarea value on input event: document.querySelector('textarea').addEventListener('input', function (event) ...
確定! 回上一頁