lua_getglobal(L, "window"); lua_getfield(L, -1, "title"); strcpy(window_title, lua_tostring(L, -1)); lua_pop(L, 1); lua_getfield(L, -1, ...
確定! 回上一頁