今天是2025年12月18日 第51周 星期四
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
更改
跳到导航
跳到搜索
←建立内容为“local p = {} function p.selective( content ) local text = '-{' for variant, value in content do if value == '' then val...”的新頁面
local p = {}
function p.selective( content )
local text = '-{'
for variant, value in content do
if value == '' then
value = '<span/>'
end
text = text .. variant .. ':' .. value .. ';'
end
text = text .. '}-'
return text
end
return p
function p.selective( content )
local text = '-{'
for variant, value in content do
if value == '' then
value = '<span/>'
end
text = text .. variant .. ':' .. value .. ';'
end
text = text .. '}-'
return text
end
return p