$(function() {
$('textarea').setAttribute('style', 'height:' + ($('textarea').scrollHeight) + 'px;');
});
<textarea>
This is very, very long preloading text, I mean vvveeerrryyy, vvveeerrryyy long one!
</textarea>
什麼我做錯了工作,好嗎?我再次檢查它,但找不到任何錯誤
您是否在您的html中添加了[jquery文件](https://code.jquery.com/)? – Dwhitz
謝謝Dhn幫忙 – notte
是的,我確實添加了jQuery文件。 https://jsfiddle.net/txt16afh/ – notte