소문자 [소문자]
lower [小写]
test.php:
$smarty = new Smarty;
$smarty->ass('articleTitle', '두 죄수는 올가미를 피했습니다, 배심원은 Hung.');
$ smarty->display('test.html');
test.html:
{$articleTitle}
{$articleTitle|lower}
输ude:
두 명의 죄수, 배심원 기피 .
두 명의 죄수는 올가미를 피했고, 배심원은 중단되었습니다.