摘要: //这是一篇lua与C++交互的情景测试 #include #include #include #include #include #pragma region not_importent_static void stackDump (lua_State *L){ int i; int top = lua_gettop(L); for(i=1;ido_c 999--... 阅读全文
posted @ 2014-02-27 19:40 mjwk 阅读(970) 评论(0) 推荐(0)