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[计算词数]";
  • 코스 추천
  • 코스웨어 다운로드
현재 코스웨어를 다운로드할 수 없습니다. 현재 직원들이 정리하고 있습니다. 앞으로도 본 강좌에 많은 관심 부탁드립니다~