2015年8月15日

03-模板引擎

摘要: 模板引擎l 自己做字符串替换的方法实现模板的缺点:不利于美工修改;很难实现复杂的要求(if、for)l 模板引擎有很多:Nvelocity(http://www.castleproject.org/download/)、StringTemplate、RazorEngine等。用法大同小异:编写模板→... 阅读全文

posted @ 2015-08-15 11:29 liuslayer 阅读(215) 评论(0) 推荐(0)

导航