请问图中画红线的部位最后的花括号是什么意思?c++

2025-05-08 14:35:33
推荐回答(1个)
回答1:

不就是个函数么,返回字符串而已

写的好看点就是

std::string isbn() const
{
return ......
}