var reg = /[\r\n]+/g;
if(reg.test(reason)){
PopAlert("不能有换行符!");
return;
}

相关文章: