doujian3132 2014-10-07 14:24
浏览 18
已采纳

php获取链接href和文本,如果它们包含设置文本

How do i get the herf link and the text from a link like so

    <a herf="google.com">boom</a>

i need the google.com part and the boom text only ?

also how do i filter out the links to make sure i only get the herf for the link with the text boom because the page has links like this

    <a herf="google.com">boom</a>
    <a herf="google.com">boom1</a>
    <a herf="google.com">boom2</a>
    <a herf="google.com">boom3</a>
  • 写回答

2条回答 默认 最新

  • dsbezji539113152 2014-10-07 14:41
    关注

    Didn't understant how do you want to get them, but this will do the job on php http://sandbox.onlinephpfunctions.com/code/3920bf99f02b18bc707d2699a2e37ab25879bb20

    EDIT :

    <?php
    $str = ' <a herf="google.com">boom</a>
        <a herf="google.com">boom1</a>
        <a herf="google2.com">boom</a>
        <a herf="google.com">boom3</a>';
    
    
    preg_match_all('/\<a\s[href]+\=\"([a-zA-Z0-9\.\-\_\?\=\#\&]+)\"\>boom\</ui',$str,$matches);
    var_dump($matches[1]);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥100 求汇川机器人IRCB300控制器和示教器同版本升级固件文件升级包
  • ¥15 用visualstudio2022创建vue项目后无法启动
  • ¥15 x趋于0时tanx-sinx极限可以拆开算吗
  • ¥500 把面具戴到人脸上,请大家贡献智慧
  • ¥15 任意一个散点图自己下载其js脚本文件并做成独立的案例页面,不要作在线的,要离线状态。
  • ¥15 各位 帮我看看如何写代码,打出来的图形要和如下图呈现的一样,急
  • ¥30 c#打开word开启修订并实时显示批注
  • ¥15 如何解决ldsc的这条报错/index error
  • ¥15 VS2022+WDK驱动开发环境
  • ¥30 关于#java#的问题,请各位专家解答!