xpath去除特定节点_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:41:39
Original
1673 people have browsed it

xpath class


想获得article下面p的内容,但是利用
//article/p
得到的是一条一条的,我想获得的是将所有p的内容合在一起的大块内容。目前的想法是先获得article下的所有内容再去掉span和h1,但是不知道该如何排除这两个节点啊。这两个节点有class属性。p的个数不确定。

求高手指点!

回复讨论(解决方案)

得到p就是数组,迭代一次合并不行么?

不能迭代啊,因为还涉及到其他的问题,只能取一块内容,不能迭代

得到p就是数组,迭代一次合并不行么?
不能迭代啊,因为还涉及到其他的问题,只能取一块内容,不能迭代

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template