count_paragraphs[计算段数]

count_paragraphs[计算段数]

test.php:
$smarty = new Smarty;
$smarty->assign('articleTitle', "战争熄灭了和平的希望。孩子的死亡废墟
夫妇的Holiday.nnMan 惨遭杀害。死亡导致孤独、孤立感。");
$smarty->display('test.html');

test.html:
{$articleTitle}
{$articleTitle |count_paragraphs}

输出:
战争削弱了和平的希望。孩子的死亡毁了夫妇的假期。
人类被致命杀害。死亡会导致孤独、孤立感。
2

继续学习
||
<?php echo "count_paragraphs[计算段数]";
提交重置代码