... lua_pop(l, 3);/*function返回了3个值*/ cout << "\n\n" << endl; lua_getglobal(l, "b");/*获取变量 压入栈中*/ cout <<"b=" <<lua_tonumber(l, ...
確定! 回上一頁