count_words[단어 ...로그인

count_words[단어 계산]

count_words[计算词数]

test.php:
$smarty = new Smarty;
$smarty->sign('articleTitle', '딜러는 정오에 자동차 대화를 들을 것입니다.') ;
$smarty->display('test.html');

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

输ude:
딜러는 정오에 자동차 대화를 듣게 됩니다. .
7

다음 섹션
<?php echo "count_words[计算词数]";
코스웨어