lua_getglobal (L, "name");. const char* strName = lua_tostring(L, -1);. printf("name: %s\n", strName);. StackDump(L, 1);. //code1.
確定! 回上一頁