我想从搜索结果中获取链接.有人可以帮忙用正则表达式来做这个吗?我有这个,它不起作用:
preg_match_all("/<h3(.*)><a href=\"(.*)\"(.*)<\/h3>/", $result, $matches);
php regex
php ×1
regex ×1