count_paragraph... 登录

count_paragraphs[计算段数]

count_paragraphs[计算段数]

test.php:
$smarty = new Smarty;
$smarty->assign('articleTitle', "War Dims Hope for Peace. Child's Death Ruins
Couple's Holiday.\n\nMan is Fatally Slain. Death Causes Loneliness, Feeling of Isolation.");
$smarty->display('test.html');

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

输出:
War Dims Hope for Peace. Child's Death Ruins Couple's Holiday.
Man is Fatally Slain. Death Causes Loneliness, Feeling of Isolation.
2

下一节
<?php echo "count_paragraphs[计算段数]";
提交 重置代码
章节 评论 笔记 课件
  • 取消 回复 发送
  • 取消 发布笔记 发送