고양이[연결 문자열]로그인

고양이[연결 문자열]

cat(cat의 값을 주어진 변수에 연결)

test.php:
$smarty = new Smarty;
$smarty->ass('articleTitle', "Psychics는 세계를 예측하지 못했습니다. 't end");
$smarty->display('test.html');

test.html:
{$articleTitle|cat:" 어제."}

출력:
Psychics 예측 세상은 어제 끝나지 않았습니다.

다음 섹션
<?php echo "cat(将cat里的值连接到给定的变量后面)";
코스웨어