时间:2021-07-01 10:21:17 帮助过:24人阅读
.
但是在smarty里面应该怎么写?
{$content|strip_tags:"
"}这样出不来啊。
建议你还是在php处理完了再传给smarty吧。
建议你还是在php处理完了再传给smarty吧。
有。但你要重写 modifier.strip_tags.php 文件。把smarty_modifier_strip_tags() 函数改为以下链接代码:
参考: http://smarty.incutio.com/?page=StripTags
allow 参数可以是多个吗