... 3;i++){ // 这里lua的下标寻址是从1 开始的 lua_pushnumber(L,i); lua_gettable(L,1); ... %d stack = %d\n",__LINE__,lua_gettop(L));// 5 lua_gettable(L, -2); ...
確定! 回上一頁