更改

跳到导航 跳到搜索
添加135字节 、 2021年1月1日 (五) 10:51
无编辑摘要
第7行: 第7行:  
         return {}
 
         return {}
 
     end
 
     end
 +
end
 +
 +
function p.split(s, sep)
 +
    return mw.text.split(s, sep)
 +
end
 +
 +
function p.join(l, sep)
 +
    return mw.text.listToText(l, sep, sep)
 
end
 
end
  

导航菜单