1.查找某一元素在Vector里是否存在
vector<CStdString>::const_iterator result_it = find(refstructLangRes.vecNodeValue.begin(), refstructLangRes.vecNodeValue.end(), strLanOrResData) ;
if (result_it != refstructLangRes.vecNodeValue.end()){// 表示存在过滤数据要排除的res或lang属性,导致匹配不上
return FALSE ;
}