跳至內容

「Module:Sandbox/InvalidData/AichanRepeat」:修訂間差異

python导致的
(计算推荐的重复次数(?)
 
(python导致的)
第16行: 第16行:
for i = 1,#prefList,1 do
for i = 1,#prefList,1 do
local tempPref1 = prefList[i]['prefer']
local tempPref1 = prefList[i]['prefer']
for j in 1,#tempPref1,1 do
for j = 1,#tempPref1,1 do
local tempPref2 = tempPref1[j]
local tempPref2 = tempPref1[j]
for k in 1,#tempPref2,1 do
for k = 1,#tempPref2,1 do
local curSong = tempPref2[k]
local curSong = tempPref2[k]
if allList[curSong] then -- when repeat
if allList[curSong] then -- when repeat
684

次編輯