摘要: int nTop = lua_gettop(L); // 栈内初始数,假设当前为0 lua_newtable(L); // push table lua_pushstring(L,"Line"); // push key "Line" lua_pushcfunction(L, Line); ... 阅读全文
posted @ 2019-05-18 20:53 冂冋冏囧 阅读(732) 评论(0) 推荐(0) 编辑