xieb
2024-04-01 891ac00aaae4434027de3544356b94f6012b3f3e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<INFO>这就是一个简单的模板</INFO>
<Profile>
<ID>${id!''}</ID>
<Name>${name!''}</Name>
 
<#list demoList as list>
<Demo>
    <Subject>${list.subject}</Subject>
    <Score>${list.score}</Score>
</Demo>
</#list>
 
</Profile>