当前位置: 代码迷 >> Web前端 >> 字符婚配_text = _text.replace(new RegExp(_text.substring(0,2),"g"),"")
  详细解决方案

字符婚配_text = _text.replace(new RegExp(_text.substring(0,2),"g"),"")

热度:846   发布时间:2013-08-09 15:16:24.0
字符匹配_text = _text.replace(new RegExp(_text.substring(0,2),"g"),"");
_text = _text.replace(new RegExp(_text.substring(0,2),"g"),"");
$("#radios_0 input:checked").each(function(){
_text += $(this).parent().siblings(".rst").text();
});
_text = _text.replace(new RegExp(_text.substring(0,2),"g"),"");
if(_text.length != 0){
$.alert("审批状态不一样不能归档,请重新选择!");
return false;
}
  相关解决方案