只能输入整形数字:对于限制长度可以在提交前验证的代码里面处理:if(form1.keyword.value.length<8){ alert("不能少于8位字符"); form1.keyword.focus(); return false;}