求正则表达式。
PHP code<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><span class="site-span"><a href="http://chongqing.lashou.com/" target="_blank" title="该网站支持百度帐号一站通登录" mon="ipcity=重庆&position=famous&type=site&sitename=拉手网">拉手网</a></span>
我想匹配
http://chongqing.lashou.com/
拉手网
这两个结果,我写的正则表达式为
C# code<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> $regular = '/<a>]* href="([^"]*)"[^>]*>(.*)/isU';</a>
但是匹配出来的结果是错的误的。
------解决方案--------------------preg_match_all('#
print_r($arr);
------解决方案--------------------preg_match_all('#
print_r($arr);
------解决方案--------------------preg_match_all('#
print_r($arr);
------解决方案--------------------preg_match_all('#
(.*)#',$url,$arr);
print_r($arr);
Déclaration:Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn