count_words[?? ??]
count_words[計算詞數(shù)]
test.php:
$smarty = new Smarty;
$smarty->sign('articleTitle', '??? ??? ??? ??? ?? ????.') ;
$smarty->display('test.html');
test.html:
{$articleTitle}
{$articleTitle|count_words}
輸ude:
??? ??? ??? ??? ?? ???. .
7