bool Lua::is<bool>(int index) {. return lua_isboolean(L, index);. } template<>. bool Lua::is<std::string>(int index) {. return lua_isstring(L, index);. }.
確定! 回上一頁