同福

在 Smarty 模板中使用 define 定义的常量

PHP代码:

<?php

define('ABC', "this is abc");

Html代码:

<% $smarty.const.ABC %>