姓名:${name}

年龄:${age}

freemark,jsp实例_jsp,freemarker,thymeleaf  第1张

```

4. 编写Java代码,加载模板文件并渲染:

```java

import freemarker.template.Configuration;

import freemarker.template.Template;

import freemarker.template.TemplateException;

import java.io.File;

import java.io.FileWriter;

import java.io.IOException;

import java.util.HashMap;

import java.util.Map;

public class FreemarkerDemo {

public static void main(String[] args) throws IOException, TemplateException {

// 创建Configuration对象

Configuration configuration = new Configuration();

// 设置Freemarker的版本

configuration.setDefaultEncoding("