#include <stdio.h> #include "../lua/lauxlib.h" int main(int argc, const char *argv[]) { //1.創建一個state lua_State *L = luaL_newstate(); ...
確定! 回上一頁