最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php 过滤所有HTML标记
时间:2022-06-24 20:17:29 编辑:袖梨 来源:一聚教程网
//去除html标记
| 代码如下 | 复制代码 |
| function text2html($txt){ $txt = str_replace(" "," ",$txt); $txt = str_replace("<","<",$txt); $txt = str_replace(">",">",$txt); $txt = preg_replace("/[ ]{1,}/isu"," ",$txt); return $txt; } |
|
//清除html标记
| 代码如下 | 复制代码 |
| function clearhtml($str){ $str = str_replace('<','<',$str); $str = str_replace('>','>',$str); return $str; } |
|
相关文章
- 谷歌浏览器最新官方下载页在哪 03-17
- 抖音电商双11秒杀抢购有什么秘籍 03-17
- 中羽在线如何挑选羽毛球 03-17
- TikTok笔记排版异常怎么办 03-17
- 按摩大师前期游玩指南与运营技巧分享 03-17
- 和平精英2026新春版有什么新内容 03-17