摘要: lua的几个全局表存放在这几个索引上,前2个无法在lua脚本中直接访问,第3个等同于lua脚本的_G mylib.c #include <string.h> #include <stdlib.h> #include <lauxlib.h> #if !defined(LUA_VERSION_NUM) 阅读全文
posted @ 2025-02-19 22:10 yanghui01 阅读(24) 评论(0) 推荐(0)