在开发过程中用Smarty即臃肿又要学习Smarty自己的语法很烦很浪费

其实我们可以用PHP的原型语法做模板实现

Index.php

<?php  
$aa="aaaa";
include('/templet/index.html');  
?>


 index.html

Code