{% if body.pron then %}
{% for _,pron in pairs(tab(body.pron)) do %} {{pron.pinyin}} {% if pron.scode then %} {{pron.pinyin}} {% end %} {% end %}
{% end %} {% if body.def then %}
【释义】
{{body.def}}
{%end%}
{% if body.children then %} {% local j=1;for _,children in pairs(tab(body.children)) do %}
{{children.word}}
{% j=j+1;end %} {% end %}