採用lua_pushstring/lua_pushnumber 傳遞key、value,然後通過lua_settable 設定table 中的kv對,like this: lua_pushnumber(L, 1); lua_pushstring(L, " ...
確定! 回上一頁