count_paragraphs[計(jì)算段數(shù)]
count_paragraphs[計(jì)算段數(shù)]
test.php:
$smarty = new Smarty;
$smarty->assign('articleTitle', "戰(zhàn)爭熄滅了和平的希望。孩子的死亡廢墟
夫婦的Holiday.nnMan 慘遭殺害。死亡導(dǎo)致孤獨(dú)、孤立感。");
$smarty->display('test.html');
test.html:
{$articleTitle}
{$articleTitle |count_paragraphs}
輸出:
戰(zhàn)爭削弱了和平的希望。孩子的死亡毀了夫婦的假期。
人類被致命殺害。死亡會導(dǎo)致孤獨(dú)、孤立感。
2