#define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0). 所以如果直接build lua源码的dll,是调用不了这个方法的。在c#端需要做以下处理,或者 ...
確定! 回上一頁