2015年10月17日

lua的栈

摘要: lua的栈是从栈底到栈顶:lua_pushstring(L, "test1");lua_pushstring(L, "test2");lua_pushstring(L, "test3");lua_pushstring(L, "test4");栈如下: 阅读全文

posted @ 2015-10-17 22:13 拥剑 阅读(167) 评论(0) 推荐(0)

导航