lua_rawgeti (L, index, key) index表示table在栈中的位置 key表示元素在table中的位置 * */ /* * 把值放到table相应下标位置 lua_rawseti(L, index, key)
確定! 回上一頁