Module:Sandbox/Star0/1:修订间差异

无编辑摘要
(// Edit via Wikiplus)
第3行: 第3行:


function p.test(key)
function p.test(key)
local c
if key==true then  c = 2 end
if key==true then  c = 2 end
if c==nil then return '无值' else return '有值' end
if c==nil then return '无值' else return '有值' end