业务经理

微信扫描以上二维码

028-61286886

技术咨询

html过滤描述内容保留换行和原来的样式怎么办?

迅睿框架 更新 2020-02-18 13:48:05 过把瘾

html过滤描述内容保留换行和原来的样式怎么办? 


    function dr_clearhtml($str) {

        $str = str_replace(
            array('&nbsp;', '&amp;', '&quot;', '&#039;', '&ldquo;', '&rdquo;', '&mdash;', '&lt;', '&gt;', '&middot;', '&hellip;'), array(' ', '&', '"', "'", '“', '”', '—', '<', '>', '·', '…'), $str
        );

        $str = preg_replace("/\<[a-z]+(.*)\>/iU", "", $str);
        $str = preg_replace("/\<\/[a-z]+\>/iU", "", $str);
        $str = str_replace(array(PHP_EOL, chr(13), chr(10), '&nbsp;'), '', $str);
        $str = strip_tags($str);

        return trim($str);
    }
}

这个代码怎么改保留换行和原来的样式

方案

  • 迅睿框架创始人 #1 · 2020-02-18 12:55:08
    $str = str_replace(array(PH这段表示删除换行但是,这个函数文件是不能修改的,建议定一个新函数
  • 过把瘾 #2 · 2020-02-18 13:27:51
     function dr_custom_html($str) {
    
            $str = str_replace(
                array('&nbsp;', '&amp;', '&quot;', '&#039;', '&ldquo;', '&rdquo;', '&mdash;', '&lt;', '&gt;', '&middot;', '&hellip;'), array(' ', '&', '"', "'", '“', '”', '—', '<', '>', '·', '…'), $str
            );
    
            $str = str_replace(array(PHP_EOL, chr(13), chr(10), '&nbsp;'), '', $str);
            $str = strip_tags($str);
    
            return trim($str);
        }
    custom.php定一个dr_custom_html 新函数但是还是去掉换行和 <p dir="rtl" style="text-align: right;"> 这个样式对我来说重要的保留<p dir="rtl" style="text-align: right;"> 这个样式
  • 过把瘾 #3 · 2020-02-18 13:32:39
    回复迅睿框架创始人帮我解决这个问题我的没书内容也用了ueditor 编辑器描述内容字段自动获取 内容的500字$data[1]['description'] = trim(dr_strcut(dr_custom_html($data[0]['content']), 500));最起码什么都不过滤内容的500字获取也真好
  • 欧尔麦特 #4 · 2020-02-18 13:48:05
    我会

迅睿系统漏洞

GEO系统
GEO系统(2026-09-15)
运营客户端,防止误触阴影处关闭对话框
独立站群系统
独立站群系统(2026-09-14)
子站独立部署时修复同步附件失败问题
在线客服
在线客服(2026-09-13)
修复删除会话报错问题 删除会话时联动删除聊天图片
在线考试竞赛系统
在线考试竞赛系统(2026-09-12)
增加投票功能 考试功能拓展 注意:更新后需要执行系统更新,更新数...
网上信箱
网上信箱(2026-09-12)
修复新版本兼容问题
GeoSeo收录宝
GeoSeo收录宝(2026-09-12)
1 优化Update.php文件,解决版本在线升级不完整问题 2 ...
GeoSeo工具箱
GeoSeo工具箱(2026-09-11)
修正历史记录推送
微信系统
微信系统(2026-09-11)
增加数据统计总览界面 账号管理增加服务和公众号的区别 菜单管理支持更...
答题系统
答题系统(2026-09-11)
一站式在线答题系统,支持真题考试、题库练习和错题本,适合培训、考证、...
阿里云滑动验证码
阿里云滑动验证码(2026-09-10)
采用阿里云验证码替换迅睿系统自带的图片验证码和滑动验证码。后台设置方...