ifstream `时,是否需要手动调用`close()`? 例如,在代码中:. std::string readContentsOfFile(std::string fileName) { std::ifstream file(fileName.c_str()); ...
確定! 回上一頁