gpt4 book ai didi

php strip_tags 问题

转载 作者:行者123 更新时间:2023-12-04 02:27:41 26 4
gpt4 key购买 nike

我想从一个字符串中去除所有的 html 标签,除了 ( <img> and <br>)。

我使用了 strip_tags();但它剥离了所有的 html 标签。

问候

最佳答案

那些需要在第二个参数中指定。

echo strip_tags($text, '<img><br>');

关于php strip_tags 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5224522/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com