m_nY = 300; ofstream ofs(strFilePath.c_str(), fstream::out | fstream::binary); if (ofs.is_open()) { // 判断文件打开是否成功,使用is_open() ...
確定! 回上一頁