{% local jsonD = Body.sense %}
{{tagName.sense}}例证中文
{% for senseK,senseV in pairs(jsonD) do %}
{% if senseV.pos then %}

{{senseV.pos}}

{% end %} {% if senseV.sensedef then %}

{{senseV.sensedef}}

{% end %} {% if senseV.cont then local numtrue = false if senseV.cont[2] then numtrue = true end for contK,contV in pairs(senseV.cont) do %}
{% if numtrue then %}
{{contK}}.
{% end %} {% if contV.contdef then %}

{{contV.contdef}}

{% end %} {% if contV.example then %}
{% for exaK,exaV in pairs(contV.example) do local keypath = "body.0.sense."..(senseK-1)..".cont."..(contK-1)..".example."..(exaK-1) %} {(html/exampleField.html)} {% end %}
{% end %} {% if contV.subcont then for subcontK,subcontV in pairs(contV.subcont) do %}
{% if subcontV.subcontdef then %}

{{subcontV.subcontdef}}

{% end %} {% if subcontV.example then %}
{% for exaK,exaV in pairs(subcontV.example) do local keypath = "body.0.sense."..(senseK-1)..".cont."..(contK-1)..".subcont."..(subcontK-1)..".example."..(exaK-1) %} {(html/exampleField.html)} {% end %}
{% end %}
{% end end %} {% if contV.compareword then %}

{{contV.compareword}}

{% end %}
{% end end %}
{% end %}