default[默认值]LOGIN

default[默认值]

default[默认值]

test.php:

$smarty = new Smarty;
$smarty->assign('articleTitle', '经销商中午会听到汽车谈话。') ;
$smarty->display('test.html');

test.html:
{$articleTitle|默认:"无标题"}
{$myTitle|默认:"无标题"}

输出:
经销商中午会听到汽车谈话。
无标题

下一节
<?php echo "default[默认值]";
提交重置代码
章节课件