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 |
个编辑