摘要:
var tx=document.getElementById("tx");tx.style.height=tx.scrollHeight+"px"tx.style.backgroundColor="#89bde5"tx.style.border="none"tx.style.textDecorati... 阅读全文
摘要:
function loginBoxHeightChange() { var textarea = document.getElementById('tx'); // textarea.style.height = textarea.scrollHeight + 'px' t... 阅读全文