int idx = lua_tonumber(L, 2);; luaL_argcheck(L, 1 <= idx&& idx <= a->size, 2, ... luaL_argcheck(L, a != nullptr, 1, "invalid array arg!
確定! 回上一頁