js出掉空格(空格提交)
if(document.getElementById("content").value.length>100){alert('超过最大输入100!');return false;}
?