摘要: 一、认识smarty 1 require_once("./smarty/libs/Smarty.class.php"); 2 $smarty = new Smarty(); 3 4 $smarty->assign("name", 'lxwwwih'); 5 6 $smarty->assign("ag 阅读全文
posted @ 2020-02-14 20:39 WithSuper 阅读(201) 评论(0) 推荐(0)