如:if(partenHalf.test(str.value.replace(/[\u3000]/g,""))){alert('不能为空格')return;}
function delHtmlTag(str){
var newstr=str.replace(/(^\s+)|(\s+$)/g,"")//去=前后空格
return newstr.replace(/\s/g,"")//去=中间空格
}
如:if(partenHalf.test(str.value.replace(/[\u3000]/g,""))){alert('不能为空格')return;}
function delHtmlTag(str){
var newstr=str.replace(/(^\s+)|(\s+$)/g,"")//去=前后空格
return newstr.replace(/\s/g,"")//去=中间空格
}