如何去掉html中的超连接

$a= preg_replace("/<a[^>]+>/", "", $a);
$a= preg_replace("/<\/a>/", "", $a);
相关文章
相关标签/搜索