Example 1: length of table lua Use the # Operator (#table) Example 2: how to get the length of a table in lua myTable = {1, 2, 3} for i = 1, ...
確定! 回上一頁