6,571
次編輯
小無編輯摘要 |
小無編輯摘要 |
||
行 12: | 行 12: | ||
p.titular = makeInvokeFunc('_titular') | p.titular = makeInvokeFunc('_titular') | ||
function p.titular( | function p.titular(args) | ||
local result="" | local result="" | ||
for i,k in ipairs( | for i,k in ipairs(args) do | ||
result=result..'<span id="'..k..'"></span>' | result=result..'<span id="'..k..'"></span>' | ||
end | end |