测试输入框JS代码function chkblk(ele){ //去掉所有空格后再判断是否为空 if (ele.value.replace(/(^\s*)|(\s*$)/g, "")=="") alert("Input is blank");}