在开发过程中用Smarty即臃肿又要学习Smarty自己的语法很烦很浪费
其实我们可以用PHP的原型语法做模板实现
Index.php
<?php
$aa="aaaa";
include('/templet/index.html');
?>
$aa="aaaa";
include('/templet/index.html');
?>
index.html
大海航行靠舵手
在开发过程中用Smarty即臃肿又要学习Smarty自己的语法很烦很浪费
其实我们可以用PHP的原型语法做模板实现
Index.php
index.html