<body>
<script type="text/javascript">$(function(){
$("textarea").live("keyup keydown",function(){var h=$(this);
h.height(h[0].scrollHeight);
});});
</script>
<textarea style="resize:none;width:760px;height:60px; overflow:hidden;" ></textarea>
</body>
当 textarea 溢出时,它会得到滚动条和 scrollheight,它们会被应用到它的高度,但不能减少 textarea 的高度,因为在减小它的值长度时它不会得到滚动条