摘要:
.net中的XPATH是1.0版本的,很多2.0中的函数是不兼容的,比如lower-case()、replace()函数等,下面中的XPATH语句在运行时会报错 //table[contains(lower-case(normalize-space(string()),'investment obj 阅读全文
摘要:
可以使用string.GetEnumerator()返回字符串的CharEnumerator对象,然后遍历该对象一个个字符进行正则判断。 阅读全文