import org.tkscommons.Templates; import org.tkscommons.TemplateEngine; public class GUIExample { public static void main(String[] args) { TemplateEngine engine = new TemplateEngine(); Templates templates = engine.loadTemplates("gui_template.html"); Map<String, Object> context = new HashMap<>(); String output = engine.render(templates, context); System.out.println(output); } }


上一篇:
下一篇:
切换中文