lua table length is wrong when set element nil #260. local test = {1,2,3,4,5} test[1] = nil test[2] = nil test[3] = nil test[4] = nil test[5] = nil ...
確定! 回上一頁