php清除word 没用的标签,并保留常见标签
```php function ClearHtml1($content, $allowtags = '') { mb_regex_encoding('UTF-8'); /...
942
文章
1.7W+评论
3.8W+浏览
923W+标签
7.3K+```php function ClearHtml1($content, $allowtags = '') { mb_regex_encoding('UTF-8'); /...