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

发表于 2019-09-30 11:18:35
阅读 32

PHP代码:

<?php

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

Html代码:

<% $smarty.const.ABC %>