image.png
    找出class=”c”且存在id的所有节点,即图中红框内容
    xpath语法:'//body/*[@id and @class="c"]'