🌈 搜索
📅  最后修改于: 2022-03-11 14:54:54.533000             🧑  作者: Mango
function TableConcat(t1,t2) for i=1,#t2 do t1[#t1+1] = t2[i] end return t1 end