XPath用于获取带有属性的CSS类

时间:2012-10-23 10:09:09

标签: html xpath

我需要使用相应的属性来获取CSS类c1c2等,但我无法弄明白。它可以完成,还是从XPath的范围内获得CSS?

示例:

<style type="text/css">&#13;
    p.c6 {font-weight: bold; text-align: left}&#13;
    p.c5 {font-weight: bold}&#13;
    p.c4 {text-align: left}&#13;
    td.c3 {font-weight: bold}&#13;
    p.c2 {text-align: center}&#13;
    p.c1 {font-weight: bold; text-align: center}&#13;
</style>

0 个答案:

没有答案