«
thinkphp使用ueditor或CKEditor导致html内容无法正常显示

时间:2024-11-16    作者:程序猿    分类:


后端
保存数据
$param['newstext'] = Request::instance()->post('editorValue');
查看数据
View::share('info', $info);//不用加htmlspecialchars_decode

前端
{$info.newstext|raw}