for i = 1, 10 do for j = 1, 10000 do callback(function() print(i,j) end) end end 报内存错误,巴拉巴拉一串