如何去掉html中的超連接

$a= preg_replace("/<a[^>]+>/", "", $a);
$a= preg_replace("/<\/a>/", "", $a);
相關文章
相關標籤/搜索