作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
如何删除 PHP 中的所有 HTML 标记,除了 <>
人物?
//There's other HTML tags, like h1, div, etc.
echo strip_tags('<gone with the wind> <p>a hotest book</p>');
这将返回 a hotest book
,但我需要保留书名。我需要函数返回 <gone with the wind> a hotest book
.
最佳答案
您应该考虑使用 <
(<) 和 &rt;
(>)。
关于除了 '<>'(书名)之外的 php 条标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14159940/
Book_title Table +---------------+-------------------+ | isbn | title | +------
如何删除 PHP 中的所有 HTML 标记,除了 <>人物? //There's other HTML tags, like h1, div, etc. echo strip_tags(' a hot
我是一名优秀的程序员,十分优秀!