同福
鬼谷子叔叔
2019-09-30 11:18:35
32
在 Smarty 模板中使用 define 定义的常量
PHP代码:
<?php define('ABC', "this is abc");
Html代码:
<% $smarty.const.ABC %>
PHP
Smarty