0

我需要获取具有相应属性的 CSS 类、c1c2等,但我无法弄清楚。可以完成还是 CSS 超出了 XPath 的范围?

例子:

<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>
4

0 回答 0