1 -- Use the table.insert method to insert into the new table 2 for k,v in pairs(Data) do 3 print(k,v) 4 Data2[k]={}; 5 table.insert(Data2[k],v.pa); 6 end 7 ...
確定! 回上一頁