lua_rawseti (L, index, key) index表示table在栈中的位置 key表示元素在table中的位置 * */ for (i = 1; i <= n; i++) { lua_pushvalue(L, 2);// 压入f
確定! 回上一頁