更改

跳到导航 跳到搜索
添加115字节 、 2020年12月31日 (四) 23:20
无编辑摘要
第6行: 第6行:  
     else
 
     else
 
         return {}
 
         return {}
 +
    end
 +
end
 +
 +
function p.assert_not_empty(s)
 +
    if s and #s == 0 then
 +
        return nil
 +
    else
 +
        return s
 
     end
 
     end
 
end
 
end
    
return p
 
return p

导航菜单