$auto_literal

忽略Smarty的左右限定符周围的空格。设置auto_literal为false的时候关闭此特性。


<?php
$smarty->auto_literal = false;
?>

        

参见 避免解析,