你似乎还未拥有一个账号?点击这里注册一个账号吧!(已拥有账号请点这里

模块:Arguments”的版本历史

跳转到导航 跳转到搜索

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2026年8月1日 (星期六)

  • 当前之前 16:232026年8月1日 (六) 16:23 CaoPig 留言 贡献 10,039字节 +10,039 创建页面,内容为“-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. 该模块旨在为其他Lua模块所用,它不应该被#invoke直接调用。 local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string' then…”