smarty模板如何向html中
程序员文章站
2022-06-16 17:17:15
...
如将php一变量$example
$smarty -> assign('example', $example);
$smarty -> display('index.html');
$example能传递到index.html页面中并显示 但是index.html中通过
$smarty -> assign('example', $example);
$smarty -> display('index.html');
$example能传递到index.html页面中并显示 但是index.html中通过