textarea.addEventListener("keypress", function() { if(textarea.scrollTop != 0){ textarea.style.height = textarea.scrollHeight + "px"; }
確定! 回上一頁