匹配字符串
如何返回url呢???
传入字符串:
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --><a href="http://www.macaucentral.com/dev/index.php/beauty-content/6579-celina-beauty-centre">莎莉娜美容中心 Celina ...</a>
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->http://www.macaucentral.com/dev/index.php/beauty-content/6579-celina-beauty-centre
<?php $str='<a href="http://www.macaucentral.com/dev/index.php/beauty-content/6579-celina-beauty-centre">莎莉娜美容中心 Celina ...'; $pattern='/<a>]*href="([^"\']*)"/'; preg_match($pattern,$str,$matchs); print_r($matchs); <br><font color="#e78608">------解决方案--------------------</font><br> preg_match('/href="([^"]*)"/',$str,$arr);<br>echo $arr[1]; <div class="clear"></div></a>
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号