function regexEquals(firstValue,secondValue){
return firstValue+'' == secondValue +'';
}
function regexEquals(firstValue,secondValue){
return firstValue+'' == secondValue +'';
}
本文标题:判断两个正则表达式是否相等
本文链接:https://www.haomeiwen.com/subject/oierhctx.html
网友评论