使用$Think.const输出系统常量。
例子:
{$Think.const.ACTION_NAME} //输出 ThinkPHP 系统定义的常量 ACTION_NAME(当前操作名称) //或简写为 {$Think.ACTION_NAME}
0