Lua does automatic memory management. A program only creates objects (tables, functions, etc.); there is no function to delete objects.
確定! 回上一頁