2015年5月24日 — lua_pushstring(L, key);; lua_gettable(L, -2); /**stack top:function = get.key*/; int err = lua_pcall(L, 0, 1, 0); /**核心在这里... ,暂时简化 ...
確定! 回上一頁