Home >Backend Development >PHP Tutorial >有什么办法,可以把网页中的某种网址,批量提取出来?解决方案

有什么办法,可以把网页中的某种网址,批量提取出来?解决方案

WBOY
WBOYOriginal
2016-06-13 11:14:211337browse

有什么办法,可以把网页中的某种网址,批量提取出来?

本帖最后由 donylee1 于 2013-02-02 23:53:20 编辑 怎么才能把这一个网页中的特殊链接,批量提取出来?

比如,在某个页面里,怎么把链接里同时带有bbs和page这2个词的链接,提取出来。


有比较好的chrome扩展,或者软件么?






.

------解决方案--------------------
这种一般不是file_get_contents抓下来内容以后,用preg_match就能搞定了么。。。
------解决方案--------------------
动态向页面发出请求,然后用正则表达式匹配链接就可以了
Statement:
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