lua的栈

lua的栈是从栈底到栈顶:

lua_pushstring(L, "test1");
lua_pushstring(L, "test2");
lua_pushstring(L, "test3");
lua_pushstring(L, "test4");

栈如下:

 

posted on 2015-10-17 22:13  拥剑公子  阅读(152)  评论(0编辑  收藏  举报

导航