因为最近要做一个类似专业搜索引擎的东西,需要抓取网页的所有超链接。大家帮忙测试一下子,下面的代码是否可以针对所有的标准超链接。
通用HTML标准超链接参数取得正则表达式测试
因为最近要做一个类似专业搜索引擎的东西,需要抓取网页的所有超链接。
大家帮忙测试一下子,下面的代码是否可以针对所有的标准超链接。
测试代码如下:
<?php <br/>// -------------------------------------------------------------------------- <br>// File name : Noname1.php <br>// Description : 通用链接参数获取正则表达式测试 <br>// Requirement : PHP4 (http://www.php.net) <br>// Copyright(C), HonestQiao, 2005, All Rights Reserved. <br>// Author: HonestQiao (honestqiao@hotmail.com) <br>// 参数说明: <br>// $strSource: 包含标准链接的HTML网页 <br>// $strResult: 处理的结果 <br>// 附加说明: <br>// 标准链接,使用<a></a>形势包含的链接 <br>// -------------------------------------------------------------------------- <br>$strSource = <a>t1</a> <br><a>t2</a> <br><a>t3</a> <br><a>t4</a> <br>HTML; <br>preg_match_all('/<a.>(.+?)/sim', $strSource, $strResult, PREG_PATTERN_ORDER); <br>for($i = 0; $i { <br> printf("%d href=(%s) title=(%s) \n", $i, $strResult[1][$i], $strResult[2][$i]); <br>} <br> <br>?></a.>
如果您的测试数据,符合标准链接,但是此处没有被处理出来,请告诉我测试数据,以及你的测试环境。
谢谢。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Atom editor mac version download
The most popular open source editor

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
