require '../Smarty/Smarty.class.php';
$smarty->display('index.tpl');
上面的两句都是两个导入语句,他们之间有什么区别,我感觉他们的功能好像是一样的?