在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
void lua_settable (lua_State *L, int index); Does the equivalent to This function pops both the key and the value from the stack. As in Lua, this function may trigger a metamethod for the "newindex" event (see §2.4).
lua_settable 前栈情况 -----------------top-------------------
lua_settable(L, -3) 之后
|
请发表评论