【问题标题】:display ckeditor data saved in database in div tag在 div 标签中显示保存在数据库中的 ckeditor 数据
【发布时间】:2018-12-21 05:41:07
【问题描述】:

我想在 div 标签中显示保存在数据库中的 ckeditor 数据。我是说, 我将 ckeditor 数据保存到数据库并将这些数据恢复到 div 标签以及应用于该文本的标签。

输入此代码时,将显示以下文本

这是代码:

<div> {{$object->text}} </div>

它显示这个; 我希望应用这些标签

html> <head> <title></title> </head> <body dir="rtl"> <p><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry.

【问题讨论】:

    标签: php html laravel ckeditor


    【解决方案1】:
    {!! $object->text !!}
    

    当你使用 {{ }}

    时字符串会自动转义

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-06-10
    • 2015-05-10
    • 2015-02-05
    • 1970-01-01
    • 2011-04-13
    • 1970-01-01
    相关资源
    最近更新 更多