<< std::endl; } /* 彈出一個元素,即當前的value */ lua_pop(L, 1); //std::cout << "---Loop end: Stack size = " << lua_gettop(L) << std::endl; } ...
確定! 回上一頁