取list指针#define checklist(L) (list_t*)luaL_checkudata(L, 1, LIST_MT) // ls[idx] static int list_index(lua_State *L) { list_t *ls ...
確定! 回上一頁