文章目录
[+]
{$smarty.get.page} /转成php 便是 $_GET['page']/
通过post传参获取其值{$smarty.post.page} /转成php 便是 $_POST['page']/
{$smarty.cookies.username}

(图片来自网络侵删)
{$smarty.session.id}
获取自定义php常量{$smarty.const._MY_CONST_VAL}
通过request获取参数值{$smarty.request.username}
获取系统常量如:_FILE_{$smarty.const.__FILE__}