497
次編輯
(加一点神秘参数) |
(辣鸡lua) |
||
行 59: | 行 59: | ||
local resultPaid={} | local resultPaid={} | ||
local currentPaidCount=0 | local currentPaidCount=0 | ||
local songSize=args['limit'] or table.getn(songlist) | local songSize=tonumber(args['limit']) or table.getn(songlist) | ||
local next=length | local next=length | ||
for i=0,length-1,1 do | for i=0,length-1,1 do |
次編輯