StringTemplate学习笔记(转载)
摘要:这位大侠的教程非常详细http://www.cnblogs.com/lwme/category/243746.html---------------------------------------------stringTemplate是一个模板引擎,同时支持java,C#,Python. 大家可以从http://www.stringtemplate.org/下载.StringTemplate 语法说明 StringTemplate的语法是以$xxxx$来进行分割的. stringtemplate关键写是区分大小写的.属性引用名称属性在模板中,这个是最常用的一个属性.用于显示文字.如下:你的邮
阅读全文
posted @ 2008-08-06 11:01