05 2019 档案

摘要: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 冂冋冏囧 阅读(734) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示