我需要使用相应的属性来获取CSS类c1
,c2
等,但我无法弄明白。它可以完成,还是从XPath的范围内获得CSS?
示例:
<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>