我需要获取具有相应属性的 CSS 类、c1
、c2
等,但我无法弄清楚。可以完成还是 CSS 超出了 XPath 的范围?
例子:
<style type="text/css">
p.c6 {font-weight: bold; text-align: left}
p.c5 {font-weight: bold}
p.c4 {text-align: left}
td.c3 {font-weight: bold}
p.c2 {text-align: center}
p.c1 {font-weight: bold; text-align: center}
</style>