xpath tr的样式不等于多个 某某样式
string HNClistTechnologyHotClassClass = "//*[@class='grayborder']/table/tr[@class!='item-tr' or @class='' or not(@class)][position()>1]";
不取第一个值的数据position()>1
xpath tr的样式不等于多个 某某样式
string HNClistTechnologyHotClassClass = "//*[@class='grayborder']/table/tr[@class!='item-tr' or @class='' or not(@class)][position()>1]";
不取第一个值的数据position()>1