684
次編輯
InvalidData(對話 | 貢獻) 小 (python导致的) |
InvalidData(對話 | 貢獻) 小 (修复读取错误) |
||
第2行: | 第2行: | ||
local p = {} | local p = {} | ||
function p.getList() | |||
return mw.text.jsonDecode(mw.title.new(srcFileName,'User'):getContent())['aichan'] | return mw.text.jsonDecode(mw.title.new(srcFileName,'User'):getContent())['aichan'] | ||
end | end | ||
function p.main() | function p.main() | ||
local prefList = getList() | local prefList = p.getList() | ||
local allList = {} | local allList = {} | ||
local repList = {} | local repList = {} |
次編輯