count_words[计算词...登录

count_words[计算词数]

count_words[计算词数]

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

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

输出:
经销商中午会听到汽车谈话.
7

下一节
<?php echo "count_words[计算词数]";
提交重置代码
章节课件