{% if _json.json then _json = _json.json end %}
{%
if string.lower(_meta.platform) == "web" then
noCache = '?' .. os.time()
else
noCache = ''
end
%}
{% if _json then %}
{% local wordAudioPath,pahAudioPath = {},{}; for i,sence in pairs(tab(_json.body)) do
sence = sence[1] %}
{{i}}
{{sence.word}}
{{sence.symbol}}
{% for k,v in pairs(sence.define) do %}
{{v}}
{% end %}
{% if sence.example then %}
{% for k,v in pairs(sence.example) do
if k~=1 then %}
{{v}}
{% end end %}
{% end
if sence.synonym then %}
{% for k,v in pairs(sence.synonym) do
if k~=1 then %}
{{v}}
{% end end %}
{% end
if sence.antonym then %}
{% for k,v in pairs(sence.antonym) do
if k~=1 then %}
{{v}}
{% end end %}
{% end
if sence.relate then %}
{% for k,v in pairs(sence.relate) do
if k~=1 then %}
{{v}}
{% end end %}
{% end
if sence.regular then %}
{% for k,v in pairs(sence.regular) do
if k~=1 then %}
{{v}}
{% end end %}
{% end
if sence.homonym then %}
{% for k,v in pairs(sence.homonym) do
if k~=1 then %}
{{v}}
{% end end %}
{% end %}
{%
local wordAudio = sence.audio.word
local pahAudio = sence.audio.define
table.insert(wordAudioPath,wordAudio)
table.insert(pahAudioPath,pahAudio)
end %}
{% if string.lower(_meta.platform) == "ios" then %}
{% end %}
{% else %}