ThinkPHP5 获取Ueditor 编辑器文本显示Html标签的问题

  • A+
所属分类:PHP ThinkPHP5

在视图中使用:

{$content|html_entity_encode}

或者在 assign之前使用php函数 html_entity_encode 处理:

$this->assign('content', html_entity_encode($content) );

php html_entity_encode  函数: 将html 实体转换为标签字符。

avatar

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: