时间:2021-07-01 10:21:17 帮助过:6人阅读
webTitle=当当网,全球最大的中文网上书店
copyRight=当当网
icpNum = 123456
<{config_load file="config.conf"}><{#webTitle#}>
---------配置文件demo----------
copyright | <{#copyRight#}> | <{#icpNum#}> |
require_once("smarty/Smarty.class.php");
$smarty=new Smarty();
$smarty->left_delimiter="<{";
$smarty->right_delimiter="}>";
$smarty->display("index.html");
?>