default[默認(rèn)值]
default[默認(rèn)值]
test.php:
$smarty = new Smarty;
$smarty->assign('articleTitle', '經(jīng)銷商中午會(huì)聽(tīng)到汽車談話。') ;
$smarty->display('test.html');
test.html:
{$articleTitle|默認(rèn):"無(wú)標(biāo)題"}
{$myTitle|默認(rèn):"無(wú)標(biāo)題"}
輸出:
經(jīng)銷商中午會(huì)聽(tīng)到汽車談話。
無(wú)標(biāo)題