标题:php剔除a标签 出处:沧海一粟 时间:Wed, 14 Mar 2018 10:01:14 +0000 作者:jed 地址:http://www.dzhope.com/post/1102/ 内容: //剔除a标签 function tichuA($str){ $str1 = preg_replace("/]*>/","", $str); $str2 = preg_replace("/<\/a>/","", $str1); return $str2; } Generated by Bo-blog 2.1.1 Release