How to set table name? I only know how to create table and put values, but don't know how to set name of table. ... lua_pushliteral(L, "a"); lua_rawseti(L, -2, 1); ...
確定! 回上一頁