猿问

smarty 转义问题 没有解析<p>标签,直接把<p>标签输出了,用unescape 报错 ?

内容编辑器用的 ueditor,
数据库里保存的是带p标签的,类似于 <p>12312</p><p>1221</p>
读内容到页面显示的时候 smarty并没有自动解析p标签显示的还是数据库里保存的内容。
<{$arr.content|escape:'htmlentitydecode'}> 不管用

unescape 报错 Fatal error: Smarty error: [in article_detail.tpl line 93]: [plugin] modifier 'unescape' is not implemented (core.load_plugins.php, line 235) in E:worktestsrcincludeSmartySmarty.class.php on line 2175

数据库保存的内容格式

页面显示
https://img3.mukewang.com/5c8f473200012f9c08000212.jpg

这方法无效
https://img4.mukewang.com/5c8f47330001b92f07820130.jpg

unescape 报错
https://img4.mukewang.com/5c8f473500015aac08000086.jpg

本人小白,请大神们指点一二

30秒到达战场
浏览 483回答 3
3回答

BIG阳

页面显示p标签,查看源码的时候发现被转义了,由于smarty的unescape不能用,所以用了js的转义 成功了

互换的青春

strip_tags
随时随地看视频慕课网APP
我要回答