文章列表lua内置函数On this page内置函数常用内置函数名称说明示例print("xxxxx")打印ipairs({table})遍历数组for index,calue in ipairs(testTable) domax(num1, num2)返回两个数的最大值