Lua has a length operator on its objects, known as # . It can be used to get the size of various objects. > return #"lol" > 3.
確定! 回上一頁