<div class="codetitle"> <span><a style="CURSOR: pointer" data="21433" class="copybut" id="copybut21433" onclick="doCopy('code21433')"><u>复代码</u></a></span> 代码如下:</div> <div class="codebody" id="code21433"> <br><!doctype html> <br><html> <br><머리> <br><title>自动调整大小의 텍스트 영역 </title> <br><meta charset = "utf-8" /> <br><스타일 유형 = "텍스트/css"> <br>.editable{커서:텍스트; 글꼴 크기:13px; 색상:#003366;너비:80px;줄 높이:20px;높이:20px;글꼴 계열:Arial;커서:텍스트;*overflow-y:숨김; } <br></style> <br></head> <br><본문> <br><textarea class='editable' onkeydown ="if(event.keyCode==13) return false; " oninput="this.style.height='0px';this.style.height=(this.scrollHeight 'px');" onpropertychange="this.style.height=(this.scrollHeight 'px')" /></textarea> <br></body> <br></html> <br> </div>