php 正则表达式

$content = str_replace(["\n", "\n\r"], '', $content);

preg_match_all('|<a href="(.*)">|U',$content,$out);

相关推荐