Home >Backend Development >PHP Tutorial > 问个SMARTY有关问题

问个SMARTY有关问题

WBOY
WBOYOriginal
2016-06-13 13:10:37933browse

问个SMARTY问题。
请问SMARTY中如何去掉 “内容中”中的空白。
我使用了trim 和 strip 都是将两旁的空格去掉了。可以内容中的去不掉。

我执行的顺序如下。

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
                    <!--[assign var="Row_Content" value=$Row.Content|trim]-->           用去掉左右空白
                    <!--[assign var="Row_Content" value=$Row_Content|strip_tags]-->     去掉html标签
                    <!--[$Row_Content|truncate_utf8:187:".."]-->                        截取字符串



------解决方案--------------------
为什么不在php处理完了之后再传给smarty??
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn