Home > php教程 > php手册 > smarty内置函数{loteral}、{ldelim}和{rdelim}用法实例

smarty内置函数{loteral}、{ldelim}和{rdelim}用法实例

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:12:59
Original
1325 people have browsed it

这篇文章主要介绍了smarty内置函数{loteral}、{ldelim}和{rdelim}用法,实例分析了{loteral}、{ldelim}和{rdelim}的功能及使用技巧,需要的朋友可以参考下

本文实例讲述了smarty内置函数{loteral}、{ldelim}和{rdelim}用法。分享给大家供大家参考。具体如下:

{ldelim}和{rdelim}分别是smarty标识的左分隔符和右分隔符。如下面的javascript代码可以这么使用。

模板文件temp.htm如下:

复制代码 代码如下:


aaaa


{literal}内容区域{/liteal},可以将“内容区域”按原样输出,而smarty不会对其解析。如上面的代码可改成:

复制代码 代码如下:


aaaa

希望本文所述对大家的php程序设计有所帮助。

Related labels:
source:php.cn
Statement of this Website
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
Latest Issues
smarty turns on caching garbled characters
From 1970-01-01 08:00:00
0
0
0
Why does tp use smarty template? ?
From 1970-01-01 08:00:00
0
0
0
How do you use smarty to integrate laravel5?
From 1970-01-01 08:00:00
0
0
0
Two ways to install smarty
From 1970-01-01 08:00:00
0
0
0
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template