摘要: //test.c#include #include "lua.h"#include "lualib.h"#include "lauxlib.h"#include lua_State *L;int main(){ L = luaL_newstate();//创建state以及加载标准库 ... 阅读全文
posted @ 2015-05-07 13:29 紫竹人士 阅读(364) 评论(0) 推荐(0) 编辑